#CCF29C

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

Shades of Reef #CCF29C

Tints of Reef #CCF29C

Color information

#CCF29C (or 0xCCF29C) is unknown color: approx Reef. HEX triplet: CC, F2 and 9C. RGB value is (204,242,156). Sum of RGB (Red+Green+Blue) = 204+242+156=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF29C is #330D63. Grayscale: #DDDDDD. Windows color (decimal): -3345764 or 10285772. OLE color: 10285772.

HSL color Cylindrical-coordinate representation of color #CCF29C: hue angle of 86.51º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF29C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB204242156-
CMYK0.1600.360.05
HSL86.51º76.79%78.04%-
HSV(B)86.51º35.54%94.9%-
XYZ62.6578.7443.35-
YUV220.8391.41115.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 156 (61.33% from 255) = 25.91%
R=33.89%
G=40.20%
B=25.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421560.1600.360.0586.5176.7978.04
HexCCF29C100245574d4e
Octal314362234200445127115116
Binary110011001111001010011100100000100100101101011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF29C; }

 p { color: rgb(204,242,156); }

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

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

 a { background-color: rgb(204,242,156); }

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

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

 span { border-color: rgb(204,242,156); }

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