Shades of Reef #CCF995
Tints of Reef #CCF995
RGB
CMYK
RGB Variations
Color information
#CCF995 (or 0xCCF995) is known color: Reef. HEX triplet: CC, F9 and 95. RGB value is (204,249,149). Sum of RGB (Red+Green+Blue) = 204+249+149=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF995 is #33066A. Grayscale: #E0E0E0. Windows color (decimal): -3343979 or 9828812. OLE color: 9828812.
HSL color Cylindrical-coordinate representation of color #CCF995: hue angle of 87º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF995 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 149 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.02 |
| HSL | 87º | 0.89% | 0.78% | - |
| HSV(B) | 87º | 0.4% | 0.98% | - |
| XYZ | 64.2 | 82.76 | 41.02 | - |
| YUV | 224.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 149 | 0.18 | 0 | 0.40 | 0.02 | 87 | 0.89 | 0.78 |
| Hex | CC | F9 | 95 | 12 | 0 | 28 | 2 | 57 | 59 | 4E |
| Octal | 314 | 371 | 225 | 22 | 0 | 50 | 2 | 127 | 131 | 116 |
| Binary | 11001100 | 11111001 | 10010101 | 10010 | 0 | 101000 | 10 | 1010111 | 1011001 | 1001110 |
Color Harmonies of #CCF995
Complementary color
Monochromatic Colors of #CCF995
Black with #CCF995
Text Example
Text Example
White with #CCF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF995; }
p { color: rgb(204,249,149); }
H1.HeaderClassName
{
color: #CCF995;
}
.AnyTagClassName
{
color: #CCF995;
}
</style>
background-color css
<style>
a { background-color: #CCF995; }
a { background-color: rgb(204,249,149); }
div.DivClassName
{
background-color: #CCF995;
}
.BgClassName
{
background-color: #CCF995;
}
</style>
border-color css
<style>
span { border-color: #CCF995; }
span { border-color: rgb(204,249,149); }
td.TdClassName
{
border-color: #CCF995;
}
.TagClassName
{
border-color: #CCF995;
}
</style>