#CFE099

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

Shades of Reef #CFE099

Tints of Reef #CFE099

Color information

#CFE099 (or 0xCFE099) is unknown color: approx Reef. HEX triplet: CF, E0 and 99. RGB value is (207,224,153). Sum of RGB (Red+Green+Blue) = 207+224+153=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE099 is #301F66. Grayscale: #D3D3D3. Windows color (decimal): -3153767 or 10084559. OLE color: 10084559.

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

Color convert

RGB207224153-
CMYK0.0800.320.12
HSL74.37º53.38%73.92%-
HSV(B)74.37º31.7%87.84%-
XYZ58.1468.8840.37-
YUV210.8295.37125.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=35.45%
G=38.36%
B=26.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241530.0800.320.1274.3753.3873.92
HexCFE0998020C4a354a
Octal317340231100401411265112
Binary11001111111000001001100110000100000110010010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE099; }

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

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

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

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

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

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

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

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