Shades of Reef #CCF998
Tints of Reef #CCF998
RGB
CMYK
RGB Variations
Color information
#CCF998 (or 0xCCF998) is known color: Reef. HEX triplet: CC, F9 and 98. RGB value is (204,249,152). Sum of RGB (Red+Green+Blue) = 204+249+152=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF998 is #330667. Grayscale: #E0E0E0. Windows color (decimal): -3343976 or 10025420. OLE color: 10025420.
HSL color Cylindrical-coordinate representation of color #CCF998: hue angle of 87.84º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF998 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 152 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.02 |
| HSL | 87.84º | 0.89% | 0.79% | - |
| HSV(B) | 87.84º | 0.39% | 0.98% | - |
| XYZ | 64.45 | 82.86 | 42.3 | - |
| YUV | 224.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 152 | 0.18 | 0 | 0.39 | 0.02 | 87.84 | 0.89 | 0.79 |
| Hex | CC | F9 | 98 | 12 | 0 | 27 | 2 | 58 | 59 | 4F |
| Octal | 314 | 371 | 230 | 22 | 0 | 47 | 2 | 130 | 131 | 117 |
| Binary | 11001100 | 11111001 | 10011000 | 10010 | 0 | 100111 | 10 | 1011000 | 1011001 | 1001111 |
Color Harmonies of #CCF998
Complementary color
Monochromatic Colors of #CCF998
Black with #CCF998
Text Example
Text Example
White with #CCF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF998; }
p { color: rgb(204,249,152); }
H1.HeaderClassName
{
color: #CCF998;
}
.AnyTagClassName
{
color: #CCF998;
}
</style>
background-color css
<style>
a { background-color: #CCF998; }
a { background-color: rgb(204,249,152); }
div.DivClassName
{
background-color: #CCF998;
}
.BgClassName
{
background-color: #CCF998;
}
</style>
border-color css
<style>
span { border-color: #CCF998; }
span { border-color: rgb(204,249,152); }
td.TdClassName
{
border-color: #CCF998;
}
.TagClassName
{
border-color: #CCF998;
}
</style>