Shades of Reef #CFF995
Tints of Reef #CFF995
RGB
CMYK
RGB Variations
Color information
#CFF995 (or 0xCFF995) is known color: Reef. HEX triplet: CF, F9 and 95. RGB value is (207,249,149). Sum of RGB (Red+Green+Blue) = 207+249+149=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF995 is #30066A. Grayscale: #E1E1E1. Windows color (decimal): -3147371 or 9828815. OLE color: 9828815.
HSL color Cylindrical-coordinate representation of color #CFF995: hue angle of 85.2º 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 #CFF995 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 149 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.02 |
| HSL | 85.2º | 0.89% | 0.78% | - |
| HSV(B) | 85.2º | 0.4% | 0.98% | - |
| XYZ | 65.03 | 83.19 | 41.06 | - |
| YUV | 225.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 149 | 0.17 | 0 | 0.40 | 0.02 | 85.2 | 0.89 | 0.78 |
| Hex | CF | F9 | 95 | 11 | 0 | 28 | 2 | 55 | 59 | 4E |
| Octal | 317 | 371 | 225 | 21 | 0 | 50 | 2 | 125 | 131 | 116 |
| Binary | 11001111 | 11111001 | 10010101 | 10001 | 0 | 101000 | 10 | 1010101 | 1011001 | 1001110 |
Color Harmonies of #CFF995
Complementary color
Monochromatic Colors of #CFF995
Black with #CFF995
Text Example
Text Example
White with #CFF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF995; }
p { color: rgb(207,249,149); }
H1.HeaderClassName
{
color: #CFF995;
}
.AnyTagClassName
{
color: #CFF995;
}
</style>
background-color css
<style>
a { background-color: #CFF995; }
a { background-color: rgb(207,249,149); }
div.DivClassName
{
background-color: #CFF995;
}
.BgClassName
{
background-color: #CFF995;
}
</style>
border-color css
<style>
span { border-color: #CFF995; }
span { border-color: rgb(207,249,149); }
td.TdClassName
{
border-color: #CFF995;
}
.TagClassName
{
border-color: #CFF995;
}
</style>