#CFE096

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

Shades of Reef #CFE096

Tints of Reef #CFE096

Color information

#CFE096 (or 0xCFE096) is unknown color: approx Reef. HEX triplet: CF, E0 and 96. RGB value is (207,224,150). Sum of RGB (Red+Green+Blue) = 207+224+150=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE096 is #301F69. Grayscale: #D2D2D2. Windows color (decimal): -3153770 or 9887951. OLE color: 9887951.

HSL color Cylindrical-coordinate representation of color #CFE096: hue angle of 73.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE096 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB207224150-
CMYK0.0800.330.12
HSL73.78º54.41%73.33%-
HSV(B)73.78º33.04%87.84%-
XYZ57.8968.7839.08-
YUV210.4893.87125.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=35.63%
G=38.55%
B=25.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241500.0800.330.1273.7854.4173.33
HexCFE0968021C4a3649
Octal317340226100411411266111
Binary11001111111000001001011010000100001110010010101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE096; }

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

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

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

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

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

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

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

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