Shades of Reef #CCF99E
Tints of Reef #CCF99E
RGB
CMYK
RGB Variations
Color information
#CCF99E (or 0xCCF99E) is known color: Reef. HEX triplet: CC, F9 and 9E. RGB value is (204,249,158). Sum of RGB (Red+Green+Blue) = 204+249+158=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF99E is #330661. Grayscale: #E1E1E1. Windows color (decimal): -3343970 or 10418636. OLE color: 10418636.
HSL color Cylindrical-coordinate representation of color #CCF99E: hue angle of 89.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF99E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 158 | - |
CMYK | 0.18 | 0 | 0.37 | 0.02 |
HSL | 89.67º | 0.88% | 0.8% | - |
HSV(B) | 89.67º | 0.37% | 0.98% | - |
XYZ | 64.95 | 83.06 | 44.96 | - |
YUV | 225.17 | 90.09 | 112.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 158 | 0.18 | 0 | 0.37 | 0.02 | 89.67 | 0.88 | 0.8 |
Hex | CC | F9 | 9E | 12 | 0 | 25 | 2 | 5A | 58 | 50 |
Octal | 314 | 371 | 236 | 22 | 0 | 45 | 2 | 132 | 130 | 120 |
Binary | 11001100 | 11111001 | 10011110 | 10010 | 0 | 100101 | 10 | 1011010 | 1011000 | 1010000 |
Color Harmonies of #CCF99E
Complementary color
Monochromatic Colors of #CCF99E
Black with #CCF99E
Text Example
Text Example
White with #CCF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF99E; }
p { color: rgb(204,249,158); }
H1.HeaderClassName
{
color: #CCF99E;
}
.AnyTagClassName
{
color: #CCF99E;
}
</style>
background-color css
<style>
a { background-color: #CCF99E; }
a { background-color: rgb(204,249,158); }
div.DivClassName
{
background-color: #CCF99E;
}
.BgClassName
{
background-color: #CCF99E;
}
</style>
border-color css
<style>
span { border-color: #CCF99E; }
span { border-color: rgb(204,249,158); }
td.TdClassName
{
border-color: #CCF99E;
}
.TagClassName
{
border-color: #CCF99E;
}
</style>