Shades of Reef #CCF997
Tints of Reef #CCF997
RGB
CMYK
RGB Variations
Color information
#CCF997 (or 0xCCF997) is known color: Reef. HEX triplet: CC, F9 and 97. RGB value is (204,249,151). Sum of RGB (Red+Green+Blue) = 204+249+151=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF997 is #330668. Grayscale: #E0E0E0. Windows color (decimal): -3343977 or 9959884. OLE color: 9959884.
HSL color Cylindrical-coordinate representation of color #CCF997: hue angle of 87.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF997 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 151 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.02 |
| HSL | 87.55º | 0.89% | 0.78% | - |
| HSV(B) | 87.55º | 0.39% | 0.98% | - |
| XYZ | 64.36 | 82.82 | 41.87 | - |
| YUV | 224.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 151 | 0.18 | 0 | 0.39 | 0.02 | 87.55 | 0.89 | 0.78 |
| Hex | CC | F9 | 97 | 12 | 0 | 27 | 2 | 58 | 59 | 4E |
| Octal | 314 | 371 | 227 | 22 | 0 | 47 | 2 | 130 | 131 | 116 |
| Binary | 11001100 | 11111001 | 10010111 | 10010 | 0 | 100111 | 10 | 1011000 | 1011001 | 1001110 |
Color Harmonies of #CCF997
Complementary color
Monochromatic Colors of #CCF997
Black with #CCF997
Text Example
Text Example
White with #CCF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF997; }
p { color: rgb(204,249,151); }
H1.HeaderClassName
{
color: #CCF997;
}
.AnyTagClassName
{
color: #CCF997;
}
</style>
background-color css
<style>
a { background-color: #CCF997; }
a { background-color: rgb(204,249,151); }
div.DivClassName
{
background-color: #CCF997;
}
.BgClassName
{
background-color: #CCF997;
}
</style>
border-color css
<style>
span { border-color: #CCF997; }
span { border-color: rgb(204,249,151); }
td.TdClassName
{
border-color: #CCF997;
}
.TagClassName
{
border-color: #CCF997;
}
</style>