Shades of Reef #CFF595
Tints of Reef #CFF595
RGB
CMYK
RGB Variations
Color information
#CFF595 (or 0xCFF595) is known color: Reef. HEX triplet: CF, F5 and 95. RGB value is (207,245,149). Sum of RGB (Red+Green+Blue) = 207+245+149=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF595 is #300A6A. Grayscale: #DFDFDF. Windows color (decimal): -3148395 or 9827791. OLE color: 9827791.
HSL color Cylindrical-coordinate representation of color #CFF595: hue angle of 83.75º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF595 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 149 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.04 |
| HSL | 83.75º | 0.83% | 0.77% | - |
| HSV(B) | 83.75º | 0.39% | 0.96% | - |
| XYZ | 63.81 | 80.74 | 40.66 | - |
| YUV | 222.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 149 | 0.16 | 0 | 0.39 | 0.04 | 83.75 | 0.83 | 0.77 |
| Hex | CF | F5 | 95 | 10 | 0 | 27 | 4 | 54 | 53 | 4D |
| Octal | 317 | 365 | 225 | 20 | 0 | 47 | 4 | 124 | 123 | 115 |
| Binary | 11001111 | 11110101 | 10010101 | 10000 | 0 | 100111 | 100 | 1010100 | 1010011 | 1001101 |
Color Harmonies of #CFF595
Complementary color
Monochromatic Colors of #CFF595
Black with #CFF595
Text Example
Text Example
White with #CFF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF595; }
p { color: rgb(207,245,149); }
H1.HeaderClassName
{
color: #CFF595;
}
.AnyTagClassName
{
color: #CFF595;
}
</style>
background-color css
<style>
a { background-color: #CFF595; }
a { background-color: rgb(207,245,149); }
div.DivClassName
{
background-color: #CFF595;
}
.BgClassName
{
background-color: #CFF595;
}
</style>
border-color css
<style>
span { border-color: #CFF595; }
span { border-color: rgb(207,245,149); }
td.TdClassName
{
border-color: #CFF595;
}
.TagClassName
{
border-color: #CFF595;
}
</style>