Shades of Reef #CCF493
Tints of Reef #CCF493
RGB
CMYK
RGB Variations
Color information
#CCF493 (or 0xCCF493) is known color: Reef. HEX triplet: CC, F4 and 93. RGB value is (204,244,147). Sum of RGB (Red+Green+Blue) = 204+244+147=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF493 is #330B6C. Grayscale: #DDDDDD. Windows color (decimal): -3345261 or 9696460. OLE color: 9696460.
HSL color Cylindrical-coordinate representation of color #CCF493: hue angle of 84.74º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF493 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 147 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.04 |
| HSL | 84.74º | 0.82% | 0.77% | - |
| HSV(B) | 84.74º | 0.4% | 0.96% | - |
| XYZ | 62.52 | 79.65 | 39.68 | - |
| YUV | 220.98 | 86.25 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 147 | 0.16 | 0 | 0.40 | 0.04 | 84.74 | 0.82 | 0.77 |
| Hex | CC | F4 | 93 | 10 | 0 | 28 | 4 | 55 | 52 | 4D |
| Octal | 314 | 364 | 223 | 20 | 0 | 50 | 4 | 125 | 122 | 115 |
| Binary | 11001100 | 11110100 | 10010011 | 10000 | 0 | 101000 | 100 | 1010101 | 1010010 | 1001101 |
Color Harmonies of #CCF493
Complementary color
Monochromatic Colors of #CCF493
Black with #CCF493
Text Example
Text Example
White with #CCF493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF493; }
p { color: rgb(204,244,147); }
H1.HeaderClassName
{
color: #CCF493;
}
.AnyTagClassName
{
color: #CCF493;
}
</style>
background-color css
<style>
a { background-color: #CCF493; }
a { background-color: rgb(204,244,147); }
div.DivClassName
{
background-color: #CCF493;
}
.BgClassName
{
background-color: #CCF493;
}
</style>
border-color css
<style>
span { border-color: #CCF493; }
span { border-color: rgb(204,244,147); }
td.TdClassName
{
border-color: #CCF493;
}
.TagClassName
{
border-color: #CCF493;
}
</style>