Shades of Reef #CCF09F
Tints of Reef #CCF09F
RGB
CMYK
RGB Variations
Color information
#CCF09F (or 0xCCF09F) is known color: Reef. HEX triplet: CC, F0 and 9F. RGB value is (204,240,159). Sum of RGB (Red+Green+Blue) = 204+240+159=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF09F is #330F60. Grayscale: #DCDCDC. Windows color (decimal): -3346273 or 10481868. OLE color: 10481868.
HSL color Cylindrical-coordinate representation of color #CCF09F: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCF09F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 159 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.06 |
| HSL | 86.67º | 0.73% | 0.78% | - |
| HSV(B) | 86.67º | 0.34% | 0.94% | - |
| XYZ | 62.32 | 77.66 | 44.51 | - |
| YUV | 220 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 159 | 0.15 | 0 | 0.34 | 0.06 | 86.67 | 0.73 | 0.78 |
| Hex | CC | F0 | 9F | F | 0 | 22 | 6 | 57 | 49 | 4E |
| Octal | 314 | 360 | 237 | 17 | 0 | 42 | 6 | 127 | 111 | 116 |
| Binary | 11001100 | 11110000 | 10011111 | 1111 | 0 | 100010 | 110 | 1010111 | 1001001 | 1001110 |
Color Harmonies of #CCF09F
Complementary color
Monochromatic Colors of #CCF09F
Black with #CCF09F
Text Example
Text Example
White with #CCF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF09F; }
p { color: rgb(204,240,159); }
H1.HeaderClassName
{
color: #CCF09F;
}
.AnyTagClassName
{
color: #CCF09F;
}
</style>
background-color css
<style>
a { background-color: #CCF09F; }
a { background-color: rgb(204,240,159); }
div.DivClassName
{
background-color: #CCF09F;
}
.BgClassName
{
background-color: #CCF09F;
}
</style>
border-color css
<style>
span { border-color: #CCF09F; }
span { border-color: rgb(204,240,159); }
td.TdClassName
{
border-color: #CCF09F;
}
.TagClassName
{
border-color: #CCF09F;
}
</style>