Shades of Reef #CCF08F
Tints of Reef #CCF08F
RGB
CMYK
RGB Variations
Color information
#CCF08F (or 0xCCF08F) is known color: Reef. HEX triplet: CC, F0 and 8F. RGB value is (204,240,143). Sum of RGB (Red+Green+Blue) = 204+240+143=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF08F is #330F70. Grayscale: #DADADA. Windows color (decimal): -3346289 or 9433292. OLE color: 9433292.
HSL color Cylindrical-coordinate representation of color #CCF08F: hue angle of 82.27º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF08F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 143 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.06 |
| HSL | 82.27º | 0.76% | 0.75% | - |
| HSV(B) | 82.27º | 0.4% | 0.94% | - |
| XYZ | 61.02 | 77.14 | 37.66 | - |
| YUV | 218.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 143 | 0.15 | 0 | 0.40 | 0.06 | 82.27 | 0.76 | 0.75 |
| Hex | CC | F0 | 8F | F | 0 | 28 | 6 | 52 | 4C | 4B |
| Octal | 314 | 360 | 217 | 17 | 0 | 50 | 6 | 122 | 114 | 113 |
| Binary | 11001100 | 11110000 | 10001111 | 1111 | 0 | 101000 | 110 | 1010010 | 1001100 | 1001011 |
Color Harmonies of #CCF08F
Complementary color
Monochromatic Colors of #CCF08F
Black with #CCF08F
Text Example
Text Example
White with #CCF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF08F; }
p { color: rgb(204,240,143); }
H1.HeaderClassName
{
color: #CCF08F;
}
.AnyTagClassName
{
color: #CCF08F;
}
</style>
background-color css
<style>
a { background-color: #CCF08F; }
a { background-color: rgb(204,240,143); }
div.DivClassName
{
background-color: #CCF08F;
}
.BgClassName
{
background-color: #CCF08F;
}
</style>
border-color css
<style>
span { border-color: #CCF08F; }
span { border-color: rgb(204,240,143); }
td.TdClassName
{
border-color: #CCF08F;
}
.TagClassName
{
border-color: #CCF08F;
}
</style>