Shades of Reef #CFF5A0
Tints of Reef #CFF5A0
RGB
CMYK
RGB Variations
Color information
#CFF5A0 (or 0xCFF5A0) is known color: Reef. HEX triplet: CF, F5 and A0. RGB value is (207,245,160). Sum of RGB (Red+Green+Blue) = 207+245+160=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF5A0 is #300A5F. Grayscale: #E0E0E0. Windows color (decimal): -3148384 or 10548687. OLE color: 10548687.
HSL color Cylindrical-coordinate representation of color #CFF5A0: hue angle of 86.82º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF5A0 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 160 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.04 |
| HSL | 86.82º | 0.81% | 0.79% | - |
| HSV(B) | 86.82º | 0.35% | 0.96% | - |
| XYZ | 64.73 | 81.11 | 45.5 | - |
| YUV | 223.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 160 | 0.16 | 0 | 0.35 | 0.04 | 86.82 | 0.81 | 0.79 |
| Hex | CF | F5 | A0 | 10 | 0 | 23 | 4 | 57 | 51 | 4F |
| Octal | 317 | 365 | 240 | 20 | 0 | 43 | 4 | 127 | 121 | 117 |
| Binary | 11001111 | 11110101 | 10100000 | 10000 | 0 | 100011 | 100 | 1010111 | 1010001 | 1001111 |
Color Harmonies of #CFF5A0
Complementary color
Monochromatic Colors of #CFF5A0
Black with #CFF5A0
Text Example
Text Example
White with #CFF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5A0; }
p { color: rgb(207,245,160); }
H1.HeaderClassName
{
color: #CFF5A0;
}
.AnyTagClassName
{
color: #CFF5A0;
}
</style>
background-color css
<style>
a { background-color: #CFF5A0; }
a { background-color: rgb(207,245,160); }
div.DivClassName
{
background-color: #CFF5A0;
}
.BgClassName
{
background-color: #CFF5A0;
}
</style>
border-color css
<style>
span { border-color: #CFF5A0; }
span { border-color: rgb(207,245,160); }
td.TdClassName
{
border-color: #CFF5A0;
}
.TagClassName
{
border-color: #CFF5A0;
}
</style>