#CCF29B

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

Shades of Reef #CCF29B

Tints of Reef #CCF29B

Color information

#CCF29B (or 0xCCF29B) is unknown color: approx Reef. HEX triplet: CC, F2 and 9B. RGB value is (204,242,155). Sum of RGB (Red+Green+Blue) = 204+242+155=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF29B is #330D64. Grayscale: #DDDDDD. Windows color (decimal): -3345765 or 10220236. OLE color: 10220236.

HSL color Cylindrical-coordinate representation of color #CCF29B: hue angle of 86.21º 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 #CCF29B is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB204242155-
CMYK0.1600.360.05
HSL86.21º76.99%77.84%-
HSV(B)86.21º35.95%94.9%-
XYZ62.5778.7142.9-
YUV220.7290.91116.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=33.94%
G=40.27%
B=25.79%

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
Decimal2042421550.1600.360.0586.2176.9977.84
HexCCF29B100245564d4e
Octal314362233200445126115116
Binary110011001111001010011011100000100100101101011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF29B; }

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

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

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

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

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

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

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

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