Shades of Reef #CCF292
Tints of Reef #CCF292
RGB
CMYK
RGB Variations
Color information
#CCF292 (or 0xCCF292) is known color: Reef. HEX triplet: CC, F2 and 92. RGB value is (204,242,146). Sum of RGB (Red+Green+Blue) = 204+242+146=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF292 is #330D6D. Grayscale: #DCDCDC. Windows color (decimal): -3345774 or 9630412. OLE color: 9630412.
HSL color Cylindrical-coordinate representation of color #CCF292: hue angle of 83.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF292 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 146 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.05 |
| HSL | 83.75º | 0.79% | 0.76% | - |
| HSV(B) | 83.75º | 0.4% | 0.95% | - |
| XYZ | 61.84 | 78.42 | 39.07 | - |
| YUV | 219.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 146 | 0.16 | 0 | 0.40 | 0.05 | 83.75 | 0.79 | 0.76 |
| Hex | CC | F2 | 92 | 10 | 0 | 28 | 5 | 54 | 4F | 4C |
| Octal | 314 | 362 | 222 | 20 | 0 | 50 | 5 | 124 | 117 | 114 |
| Binary | 11001100 | 11110010 | 10010010 | 10000 | 0 | 101000 | 101 | 1010100 | 1001111 | 1001100 |
Color Harmonies of #CCF292
Complementary color
Monochromatic Colors of #CCF292
Black with #CCF292
Text Example
Text Example
White with #CCF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF292; }
p { color: rgb(204,242,146); }
H1.HeaderClassName
{
color: #CCF292;
}
.AnyTagClassName
{
color: #CCF292;
}
</style>
background-color css
<style>
a { background-color: #CCF292; }
a { background-color: rgb(204,242,146); }
div.DivClassName
{
background-color: #CCF292;
}
.BgClassName
{
background-color: #CCF292;
}
</style>
border-color css
<style>
span { border-color: #CCF292; }
span { border-color: rgb(204,242,146); }
td.TdClassName
{
border-color: #CCF292;
}
.TagClassName
{
border-color: #CCF292;
}
</style>