Shades of Reef #D6F5A0
Tints of Reef #D6F5A0
RGB
CMYK
RGB Variations
Color information
#D6F5A0 (or 0xD6F5A0) is known color: Reef. HEX triplet: D6, F5 and A0. RGB value is (214,245,160). Sum of RGB (Red+Green+Blue) = 214+245+160=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F5A0 is #290A5F. Grayscale: #E2E2E2. Windows color (decimal): -2689632 or 10548694. OLE color: 10548694.
HSL color Cylindrical-coordinate representation of color #D6F5A0: hue angle of 81.88º 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 #D6F5A0 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 160 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.04 |
| HSL | 81.88º | 0.81% | 0.79% | - |
| HSV(B) | 81.88º | 0.35% | 0.96% | - |
| XYZ | 66.73 | 82.14 | 45.6 | - |
| YUV | 226.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 160 | 0.13 | 0 | 0.35 | 0.04 | 81.88 | 0.81 | 0.79 |
| Hex | D6 | F5 | A0 | D | 0 | 23 | 4 | 52 | 51 | 4F |
| Octal | 326 | 365 | 240 | 15 | 0 | 43 | 4 | 122 | 121 | 117 |
| Binary | 11010110 | 11110101 | 10100000 | 1101 | 0 | 100011 | 100 | 1010010 | 1010001 | 1001111 |
Color Harmonies of #D6F5A0
Complementary color
Monochromatic Colors of #D6F5A0
Black with #D6F5A0
Text Example
Text Example
White with #D6F5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F5A0; }
p { color: rgb(214,245,160); }
H1.HeaderClassName
{
color: #D6F5A0;
}
.AnyTagClassName
{
color: #D6F5A0;
}
</style>
background-color css
<style>
a { background-color: #D6F5A0; }
a { background-color: rgb(214,245,160); }
div.DivClassName
{
background-color: #D6F5A0;
}
.BgClassName
{
background-color: #D6F5A0;
}
</style>
border-color css
<style>
span { border-color: #D6F5A0; }
span { border-color: rgb(214,245,160); }
td.TdClassName
{
border-color: #D6F5A0;
}
.TagClassName
{
border-color: #D6F5A0;
}
</style>