#CFE492

Color #CFE492 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CFE492

Tints of Reef #CFE492

Color information

#CFE492 (or 0xCFE492) is unknown color: approx Reef. HEX triplet: CF, E4 and 92. RGB value is (207,228,146). Sum of RGB (Red+Green+Blue) = 207+228+146=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE492 is #301B6D. Grayscale: #D4D4D4. Windows color (decimal): -3152750 or 9626831. OLE color: 9626831.

HSL color Cylindrical-coordinate representation of color #CFE492: hue angle of 75.37º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE492 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB207228146-
CMYK0.0900.360.11
HSL75.37º60.29%73.33%-
HSV(B)75.37º35.96%89.41%-
XYZ58.6670.8337.77-
YUV212.3790.54124.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 146 (57.42% from 255) = 25.13%
R=35.63%
G=39.24%
B=25.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281460.0900.360.1175.3760.2973.33
HexCFE4929024B4b3c49
Octal317344222110441311374111
Binary11001111111001001001001010010100100101110010111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE492; }

 p { color: rgb(207,228,146); }

 H1.HeaderClassName
 {
   color: #CFE492;
 }
 .AnyTagClassName
 {
   color: #CFE492;
 }
</style>
background-color css

<style>
 a { background-color: #CFE492; }

 a { background-color: rgb(207,228,146); }

 div.DivClassName
 {
   background-color: #CFE492;
 }
 .BgClassName
 {
   background-color: #CFE492;
 }
</style>
border-color css

<style>
 span { border-color: #CFE492; }

 span { border-color: rgb(207,228,146); }

 td.TdClassName
 {
   border-color: #CFE492;
 }
 .TagClassName
 {
   border-color: #CFE492;
 }
</style>