#ccf09e

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

Shades of Reef #CCF09E

Tints of Reef #CCF09E

Color information

#CCF09E (or 0xCCF09E) is unknown color: approx Reef. HEX triplet: CC, F0 and 9E. RGB value is (204,240,158). Sum of RGB (Red+Green+Blue) = 204+240+158=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF09E is #330F61. Grayscale: #DCDCDC. Windows color (decimal): -3346274 or 10416332. OLE color: 10416332.

HSL color Cylindrical-coordinate representation of color #CCF09E: hue angle of 86.34º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCF09E is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB204240158-
CMYK0.1500.340.06
HSL86.34º73.21%78.04%-
HSV(B)86.34º34.17%94.12%-
XYZ62.2377.6344.05-
YUV219.8993.07116.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 158 (62.11% from 255) = 26.25%
R=33.89%
G=39.87%
B=26.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401580.1500.340.0686.3473.2178.04
HexCCF09EF022656494e
Octal314360236170426126111116
Binary11001100111100001001111011110100010110101011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf09e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf09e; }

 p { color: rgb(204,240,158); }

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

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

 a { background-color: rgb(204,240,158); }

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

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

 span { border-color: rgb(204,240,158); }

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