Shades of Reef #CCF594
Tints of Reef #CCF594
RGB
CMYK
RGB Variations
Color information
#CCF594 (or 0xCCF594) is known color: Reef. HEX triplet: CC, F5 and 94. RGB value is (204,245,148). Sum of RGB (Red+Green+Blue) = 204+245+148=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF594 is #330A6B. Grayscale: #DEDEDE. Windows color (decimal): -3345004 or 9762252. OLE color: 9762252.
HSL color Cylindrical-coordinate representation of color #CCF594: hue angle of 85.36º degrees, saturation: 0.83, 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 #CCF594 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 148 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.04 |
| HSL | 85.36º | 0.83% | 0.77% | - |
| HSV(B) | 85.36º | 0.4% | 0.96% | - |
| XYZ | 62.9 | 80.28 | 40.2 | - |
| YUV | 221.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 148 | 0.17 | 0 | 0.40 | 0.04 | 85.36 | 0.83 | 0.77 |
| Hex | CC | F5 | 94 | 11 | 0 | 28 | 4 | 55 | 53 | 4D |
| Octal | 314 | 365 | 224 | 21 | 0 | 50 | 4 | 125 | 123 | 115 |
| Binary | 11001100 | 11110101 | 10010100 | 10001 | 0 | 101000 | 100 | 1010101 | 1010011 | 1001101 |
Color Harmonies of #CCF594
Complementary color
Monochromatic Colors of #CCF594
Black with #CCF594
Text Example
Text Example
White with #CCF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF594; }
p { color: rgb(204,245,148); }
H1.HeaderClassName
{
color: #CCF594;
}
.AnyTagClassName
{
color: #CCF594;
}
</style>
background-color css
<style>
a { background-color: #CCF594; }
a { background-color: rgb(204,245,148); }
div.DivClassName
{
background-color: #CCF594;
}
.BgClassName
{
background-color: #CCF594;
}
</style>
border-color css
<style>
span { border-color: #CCF594; }
span { border-color: rgb(204,245,148); }
td.TdClassName
{
border-color: #CCF594;
}
.TagClassName
{
border-color: #CCF594;
}
</style>