#CFF099

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

Shades of Reef #CFF099

Tints of Reef #CFF099

Color information

#CFF099 (or 0xCFF099) is unknown color: approx Reef. HEX triplet: CF, F0 and 99. RGB value is (207,240,153). Sum of RGB (Red+Green+Blue) = 207+240+153=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF099 is #300F66. Grayscale: #DCDCDC. Windows color (decimal): -3149671 or 10088655. OLE color: 10088655.

HSL color Cylindrical-coordinate representation of color #CFF099: hue angle of 82.76º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFF099 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB207240153-
CMYK0.1400.360.06
HSL82.76º74.36%77.06%-
HSV(B)82.76º36.25%94.12%-
XYZ62.6477.8941.87-
YUV220.2290.07118.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 25.5%
R=34.5%
G=40%
B=25.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401530.1400.360.0682.7674.3677.06
HexCFF099E0246534a4d
Octal317360231160446123112115
Binary11001111111100001001100111100100100110101001110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF099; }

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

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

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

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

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

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

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

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