Shades of Reef #CCF59F
Tints of Reef #CCF59F
RGB
CMYK
RGB Variations
Color information
#CCF59F (or 0xCCF59F) is known color: Reef. HEX triplet: CC, F5 and 9F. RGB value is (204,245,159). Sum of RGB (Red+Green+Blue) = 204+245+159=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF59F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF59F is #330A60. Grayscale: #DFDFDF. Windows color (decimal): -3344993 or 10483148. OLE color: 10483148.
HSL color Cylindrical-coordinate representation of color #CCF59F: hue angle of 88.6º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCF59F is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 159 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.04 |
| HSL | 88.6º | 0.81% | 0.79% | - |
| HSV(B) | 88.6º | 0.35% | 0.96% | - |
| XYZ | 63.81 | 80.65 | 45 | - |
| YUV | 222.94 | 91.92 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 159 | 0.17 | 0 | 0.35 | 0.04 | 88.6 | 0.81 | 0.79 |
| Hex | CC | F5 | 9F | 11 | 0 | 23 | 4 | 59 | 51 | 4F |
| Octal | 314 | 365 | 237 | 21 | 0 | 43 | 4 | 131 | 121 | 117 |
| Binary | 11001100 | 11110101 | 10011111 | 10001 | 0 | 100011 | 100 | 1011001 | 1010001 | 1001111 |
Color Harmonies of #CCF59F
Complementary color
Monochromatic Colors of #CCF59F
Black with #CCF59F
Text Example
Text Example
White with #CCF59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF59F; }
p { color: rgb(204,245,159); }
H1.HeaderClassName
{
color: #CCF59F;
}
.AnyTagClassName
{
color: #CCF59F;
}
</style>
background-color css
<style>
a { background-color: #CCF59F; }
a { background-color: rgb(204,245,159); }
div.DivClassName
{
background-color: #CCF59F;
}
.BgClassName
{
background-color: #CCF59F;
}
</style>
border-color css
<style>
span { border-color: #CCF59F; }
span { border-color: rgb(204,245,159); }
td.TdClassName
{
border-color: #CCF59F;
}
.TagClassName
{
border-color: #CCF59F;
}
</style>