#CFE494

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

Shades of Reef #CFE494

Tints of Reef #CFE494

Color information

#CFE494 (or 0xCFE494) is unknown color: approx Reef. HEX triplet: CF, E4 and 94. RGB value is (207,228,148). Sum of RGB (Red+Green+Blue) = 207+228+148=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE494 is #301B6B. Grayscale: #D4D4D4. Windows color (decimal): -3152748 or 9757903. OLE color: 9757903.

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

Color convert

RGB207228148-
CMYK0.0900.350.11
HSL75.75º59.7%73.73%-
HSV(B)75.75º35.09%89.41%-
XYZ58.8270.8938.6-
YUV212.691.54124-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 228 (89.45% from 255) = 39.11%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=35.51%
G=39.11%
B=25.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281480.0900.350.1175.7559.773.73
HexCFE4949023B4c3c4a
Octal317344224110431311474112
Binary11001111111001001001010010010100011101110011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE494; }

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

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

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

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

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

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

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

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