Shades of Reef #CCF490
Tints of Reef #CCF490
RGB
CMYK
RGB Variations
Color information
#CCF490 (or 0xCCF490) is known color: Reef. HEX triplet: CC, F4 and 90. RGB value is (204,244,144). Sum of RGB (Red+Green+Blue) = 204+244+144=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF490 is #330B6F. Grayscale: #DCDCDC. Windows color (decimal): -3345264 or 9499852. OLE color: 9499852.
HSL color Cylindrical-coordinate representation of color #CCF490: hue angle of 84º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF490 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 144 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.04 |
| HSL | 84º | 0.82% | 0.76% | - |
| HSV(B) | 84º | 0.41% | 0.96% | - |
| XYZ | 62.29 | 79.55 | 38.46 | - |
| YUV | 220.64 | 84.75 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 144 | 0.16 | 0 | 0.41 | 0.04 | 84 | 0.82 | 0.76 |
| Hex | CC | F4 | 90 | 10 | 0 | 29 | 4 | 54 | 52 | 4C |
| Octal | 314 | 364 | 220 | 20 | 0 | 51 | 4 | 124 | 122 | 114 |
| Binary | 11001100 | 11110100 | 10010000 | 10000 | 0 | 101001 | 100 | 1010100 | 1010010 | 1001100 |
Color Harmonies of #CCF490
Complementary color
Monochromatic Colors of #CCF490
Black with #CCF490
Text Example
Text Example
White with #CCF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF490; }
p { color: rgb(204,244,144); }
H1.HeaderClassName
{
color: #CCF490;
}
.AnyTagClassName
{
color: #CCF490;
}
</style>
background-color css
<style>
a { background-color: #CCF490; }
a { background-color: rgb(204,244,144); }
div.DivClassName
{
background-color: #CCF490;
}
.BgClassName
{
background-color: #CCF490;
}
</style>
border-color css
<style>
span { border-color: #CCF490; }
span { border-color: rgb(204,244,144); }
td.TdClassName
{
border-color: #CCF490;
}
.TagClassName
{
border-color: #CCF490;
}
</style>