Shades of Reef #CCF492
Tints of Reef #CCF492
RGB
CMYK
RGB Variations
Color information
#CCF492 (or 0xCCF492) is known color: Reef. HEX triplet: CC, F4 and 92. RGB value is (204,244,146). Sum of RGB (Red+Green+Blue) = 204+244+146=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF492 is #330B6D. Grayscale: #DDDDDD. Windows color (decimal): -3345262 or 9630924. OLE color: 9630924.
HSL color Cylindrical-coordinate representation of color #CCF492: hue angle of 84.49º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF492 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 146 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.04 |
| HSL | 84.49º | 0.82% | 0.76% | - |
| HSV(B) | 84.49º | 0.4% | 0.96% | - |
| XYZ | 62.44 | 79.61 | 39.27 | - |
| YUV | 220.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 146 | 0.16 | 0 | 0.40 | 0.04 | 84.49 | 0.82 | 0.76 |
| Hex | CC | F4 | 92 | 10 | 0 | 28 | 4 | 54 | 52 | 4C |
| Octal | 314 | 364 | 222 | 20 | 0 | 50 | 4 | 124 | 122 | 114 |
| Binary | 11001100 | 11110100 | 10010010 | 10000 | 0 | 101000 | 100 | 1010100 | 1010010 | 1001100 |
Color Harmonies of #CCF492
Complementary color
Monochromatic Colors of #CCF492
Black with #CCF492
Text Example
Text Example
White with #CCF492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF492; }
p { color: rgb(204,244,146); }
H1.HeaderClassName
{
color: #CCF492;
}
.AnyTagClassName
{
color: #CCF492;
}
</style>
background-color css
<style>
a { background-color: #CCF492; }
a { background-color: rgb(204,244,146); }
div.DivClassName
{
background-color: #CCF492;
}
.BgClassName
{
background-color: #CCF492;
}
</style>
border-color css
<style>
span { border-color: #CCF492; }
span { border-color: rgb(204,244,146); }
td.TdClassName
{
border-color: #CCF492;
}
.TagClassName
{
border-color: #CCF492;
}
</style>