#CFE99D

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

Shades of Reef #CFE99D

Tints of Reef #CFE99D

Color information

#CFE99D (or 0xCFE99D) is unknown color: approx Reef. HEX triplet: CF, E9 and 9D. RGB value is (207,233,157). Sum of RGB (Red+Green+Blue) = 207+233+157=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE99D is #301662. Grayscale: #D8D8D8. Windows color (decimal): -3151459 or 10349007. OLE color: 10349007.

HSL color Cylindrical-coordinate representation of color #CFE99D: hue angle of 80.53º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE99D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB207233157-
CMYK0.1100.330.09
HSL80.53º63.33%76.47%-
HSV(B)80.53º32.62%91.37%-
XYZ60.9673.9842.96-
YUV216.5694.39121.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 233 (91.41% from 255) = 39.03%
BLUE value IS 157 (61.72% from 255) = 26.30%
R=34.67%
G=39.03%
B=26.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331570.1100.330.0980.5363.3376.47
HexCFE99DB0219513f4c
Octal317351235130411112177114
Binary11001111111010011001110110110100001100110100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE99D; }

 p { color: rgb(207,233,157); }

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

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

 a { background-color: rgb(207,233,157); }

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

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

 span { border-color: rgb(207,233,157); }

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