Shades of Reef #CCF29B
Tints of Reef #CCF29B
RGB
CMYK
RGB Variations
Color information
#CCF29B (or 0xCCF29B) is known color: 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
RGB | 204 | 242 | 155 | - |
CMYK | 0.16 | 0 | 0.36 | 0.05 |
HSL | 86.21º | 0.77% | 0.78% | - |
HSV(B) | 86.21º | 0.36% | 0.95% | - |
XYZ | 62.57 | 78.71 | 42.9 | - |
YUV | 220.72 | 90.91 | 116.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 155 | 0.16 | 0 | 0.36 | 0.05 | 86.21 | 0.77 | 0.78 |
Hex | CC | F2 | 9B | 10 | 0 | 24 | 5 | 56 | 4D | 4E |
Octal | 314 | 362 | 233 | 20 | 0 | 44 | 5 | 126 | 115 | 116 |
Binary | 11001100 | 11110010 | 10011011 | 10000 | 0 | 100100 | 101 | 1010110 | 1001101 | 1001110 |
Color Harmonies of #CCF29B
Complementary color
Monochromatic Colors of #CCF29B
Black with #CCF29B
Text Example
Text Example
White with #CCF29B
Text Example
Text Example
HTML Codes & Css Web 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>