#CFE496

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

Shades of Reef #CFE496

Tints of Reef #CFE496

Color information

#CFE496 (or 0xCFE496) is unknown color: approx Reef. HEX triplet: CF, E4 and 96. RGB value is (207,228,150). Sum of RGB (Red+Green+Blue) = 207+228+150=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE496 is #301B69. Grayscale: #D5D5D5. Windows color (decimal): -3152746 or 9888975. OLE color: 9888975.

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

Color convert

RGB207228150-
CMYK0.0900.340.11
HSL76.15º59.09%74.12%-
HSV(B)76.15º34.21%89.41%-
XYZ58.9870.9539.44-
YUV212.8392.54123.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=35.38%
G=38.97%
B=25.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281500.0900.340.1176.1559.0974.12
HexCFE4969022B4c3b4a
Octal317344226110421311473112
Binary11001111111001001001011010010100010101110011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE496; }

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

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

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

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

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

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

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

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