Shades of Reef #CCF099
Tints of Reef #CCF099
RGB
CMYK
RGB Variations
Color information
#CCF099 (or 0xCCF099) is known color: Reef. HEX triplet: CC, F0 and 99. RGB value is (204,240,153). Sum of RGB (Red+Green+Blue) = 204+240+153=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF099 is #330F66. Grayscale: #DBDBDB. Windows color (decimal): -3346279 or 10088652. OLE color: 10088652.
HSL color Cylindrical-coordinate representation of color #CCF099: hue angle of 84.83º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF099 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 153 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.06 |
| HSL | 84.83º | 0.74% | 0.77% | - |
| HSV(B) | 84.83º | 0.36% | 0.94% | - |
| XYZ | 61.81 | 77.46 | 41.83 | - |
| YUV | 219.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 153 | 0.15 | 0 | 0.36 | 0.06 | 84.83 | 0.74 | 0.77 |
| Hex | CC | F0 | 99 | F | 0 | 24 | 6 | 55 | 4A | 4D |
| Octal | 314 | 360 | 231 | 17 | 0 | 44 | 6 | 125 | 112 | 115 |
| Binary | 11001100 | 11110000 | 10011001 | 1111 | 0 | 100100 | 110 | 1010101 | 1001010 | 1001101 |
Color Harmonies of #CCF099
Complementary color
Monochromatic Colors of #CCF099
Black with #CCF099
Text Example
Text Example
White with #CCF099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF099; }
p { color: rgb(204,240,153); }
H1.HeaderClassName
{
color: #CCF099;
}
.AnyTagClassName
{
color: #CCF099;
}
</style>
background-color css
<style>
a { background-color: #CCF099; }
a { background-color: rgb(204,240,153); }
div.DivClassName
{
background-color: #CCF099;
}
.BgClassName
{
background-color: #CCF099;
}
</style>
border-color css
<style>
span { border-color: #CCF099; }
span { border-color: rgb(204,240,153); }
td.TdClassName
{
border-color: #CCF099;
}
.TagClassName
{
border-color: #CCF099;
}
</style>