Shades of Reef #CCF49E
Tints of Reef #CCF49E
RGB
CMYK
RGB Variations
Color information
#CCF49E (or 0xCCF49E) is known color: Reef. HEX triplet: CC, F4 and 9E. RGB value is (204,244,158). Sum of RGB (Red+Green+Blue) = 204+244+158=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF49E is #330B61. Grayscale: #DEDEDE. Windows color (decimal): -3345250 or 10417356. OLE color: 10417356.
HSL color Cylindrical-coordinate representation of color #CCF49E: hue angle of 87.91º degrees, saturation: 0.8, 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 #CCF49E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 158 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.04 |
| HSL | 87.91º | 0.8% | 0.79% | - |
| HSV(B) | 87.91º | 0.35% | 0.96% | - |
| XYZ | 63.42 | 80.01 | 44.45 | - |
| YUV | 222.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 158 | 0.16 | 0 | 0.35 | 0.04 | 87.91 | 0.8 | 0.79 |
| Hex | CC | F4 | 9E | 10 | 0 | 23 | 4 | 58 | 50 | 4F |
| Octal | 314 | 364 | 236 | 20 | 0 | 43 | 4 | 130 | 120 | 117 |
| Binary | 11001100 | 11110100 | 10011110 | 10000 | 0 | 100011 | 100 | 1011000 | 1010000 | 1001111 |
Color Harmonies of #CCF49E
Complementary color
Monochromatic Colors of #CCF49E
Black with #CCF49E
Text Example
Text Example
White with #CCF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF49E; }
p { color: rgb(204,244,158); }
H1.HeaderClassName
{
color: #CCF49E;
}
.AnyTagClassName
{
color: #CCF49E;
}
</style>
background-color css
<style>
a { background-color: #CCF49E; }
a { background-color: rgb(204,244,158); }
div.DivClassName
{
background-color: #CCF49E;
}
.BgClassName
{
background-color: #CCF49E;
}
</style>
border-color css
<style>
span { border-color: #CCF49E; }
span { border-color: rgb(204,244,158); }
td.TdClassName
{
border-color: #CCF49E;
}
.TagClassName
{
border-color: #CCF49E;
}
</style>