Shades of Reef #CCF992
Tints of Reef #CCF992
RGB
CMYK
RGB Variations
Color information
#CCF992 (or 0xCCF992) is known color: Reef. HEX triplet: CC, F9 and 92. RGB value is (204,249,146). Sum of RGB (Red+Green+Blue) = 204+249+146=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF992 is #33066D. Grayscale: #E0E0E0. Windows color (decimal): -3343982 or 9632204. OLE color: 9632204.
HSL color Cylindrical-coordinate representation of color #CCF992: hue angle of 86.21º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF992 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 146 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.02 |
| HSL | 86.21º | 0.9% | 0.77% | - |
| HSV(B) | 86.21º | 0.41% | 0.98% | - |
| XYZ | 63.97 | 82.66 | 39.78 | - |
| YUV | 223.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 146 | 0.18 | 0 | 0.41 | 0.02 | 86.21 | 0.9 | 0.77 |
| Hex | CC | F9 | 92 | 12 | 0 | 29 | 2 | 56 | 5A | 4D |
| Octal | 314 | 371 | 222 | 22 | 0 | 51 | 2 | 126 | 132 | 115 |
| Binary | 11001100 | 11111001 | 10010010 | 10010 | 0 | 101001 | 10 | 1010110 | 1011010 | 1001101 |
Color Harmonies of #CCF992
Complementary color
Monochromatic Colors of #CCF992
Black with #CCF992
Text Example
Text Example
White with #CCF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF992; }
p { color: rgb(204,249,146); }
H1.HeaderClassName
{
color: #CCF992;
}
.AnyTagClassName
{
color: #CCF992;
}
</style>
background-color css
<style>
a { background-color: #CCF992; }
a { background-color: rgb(204,249,146); }
div.DivClassName
{
background-color: #CCF992;
}
.BgClassName
{
background-color: #CCF992;
}
</style>
border-color css
<style>
span { border-color: #CCF992; }
span { border-color: rgb(204,249,146); }
td.TdClassName
{
border-color: #CCF992;
}
.TagClassName
{
border-color: #CCF992;
}
</style>