#CFE99F

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

Shades of Reef #CFE99F

Tints of Reef #CFE99F

Color information

#CFE99F (or 0xCFE99F) is unknown color: approx Reef. HEX triplet: CF, E9 and 9F. RGB value is (207,233,159). Sum of RGB (Red+Green+Blue) = 207+233+159=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE99F is #301660. Grayscale: #D9D9D9. Windows color (decimal): -3151457 or 10480079. OLE color: 10480079.

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

Color convert

RGB207233159-
CMYK0.1100.320.09
HSL81.08º62.71%76.86%-
HSV(B)81.08º31.76%91.37%-
XYZ61.1374.0543.87-
YUV216.7995.39121.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=34.56%
G=38.90%
B=26.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331590.1100.320.0981.0862.7176.86
HexCFE99FB0209513f4d
Octal317351237130401112177115
Binary11001111111010011001111110110100000100110100011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE99F; }

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

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

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

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

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

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

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

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