Shades of Reef #CCF098
Tints of Reef #CCF098
RGB
CMYK
RGB Variations
Color information
#CCF098 (or 0xCCF098) is known color: Reef. HEX triplet: CC, F0 and 98. RGB value is (204,240,152). Sum of RGB (Red+Green+Blue) = 204+240+152=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF098 is #330F67. Grayscale: #DBDBDB. Windows color (decimal): -3346280 or 10023116. OLE color: 10023116.
HSL color Cylindrical-coordinate representation of color #CCF098: hue angle of 84.55º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF098 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 152 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.06 |
| HSL | 84.55º | 0.75% | 0.77% | - |
| HSV(B) | 84.55º | 0.37% | 0.94% | - |
| XYZ | 61.73 | 77.42 | 41.4 | - |
| YUV | 219.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 152 | 0.15 | 0 | 0.37 | 0.06 | 84.55 | 0.75 | 0.77 |
| Hex | CC | F0 | 98 | F | 0 | 25 | 6 | 55 | 4B | 4D |
| Octal | 314 | 360 | 230 | 17 | 0 | 45 | 6 | 125 | 113 | 115 |
| Binary | 11001100 | 11110000 | 10011000 | 1111 | 0 | 100101 | 110 | 1010101 | 1001011 | 1001101 |
Color Harmonies of #CCF098
Complementary color
Monochromatic Colors of #CCF098
Black with #CCF098
Text Example
Text Example
White with #CCF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF098; }
p { color: rgb(204,240,152); }
H1.HeaderClassName
{
color: #CCF098;
}
.AnyTagClassName
{
color: #CCF098;
}
</style>
background-color css
<style>
a { background-color: #CCF098; }
a { background-color: rgb(204,240,152); }
div.DivClassName
{
background-color: #CCF098;
}
.BgClassName
{
background-color: #CCF098;
}
</style>
border-color css
<style>
span { border-color: #CCF098; }
span { border-color: rgb(204,240,152); }
td.TdClassName
{
border-color: #CCF098;
}
.TagClassName
{
border-color: #CCF098;
}
</style>