Shades of Reef #D6FEA0
Tints of Reef #D6FEA0
RGB
CMYK
RGB Variations
Color information
#D6FEA0 (or 0xD6FEA0) is known color: Reef. HEX triplet: D6, FE and A0. RGB value is (214,254,160). Sum of RGB (Red+Green+Blue) = 214+254+160=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 160 (62.89% from 255 or 25.48% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA0 is #29015F. Grayscale: #E7E7E7. Windows color (decimal): -2687328 or 10550998. OLE color: 10550998.
HSL color Cylindrical-coordinate representation of color #D6FEA0: hue angle of 85.53º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6FEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 160 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.00 |
| HSL | 85.53º | 0.98% | 0.81% | - |
| HSV(B) | 85.53º | 0.37% | 1% | - |
| XYZ | 69.52 | 87.72 | 46.52 | - |
| YUV | 231.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 160 | 0.16 | 0 | 0.37 | 0.00 | 85.53 | 0.98 | 0.81 |
| Hex | D6 | FE | A0 | 10 | 0 | 25 | 0 | 56 | 62 | 51 |
| Octal | 326 | 376 | 240 | 20 | 0 | 45 | 0 | 126 | 142 | 121 |
| Binary | 11010110 | 11111110 | 10100000 | 10000 | 0 | 100101 | 0 | 1010110 | 1100010 | 1010001 |
Color Harmonies of #D6FEA0
Complementary color
Monochromatic Colors of #D6FEA0
Black with #D6FEA0
Text Example
Text Example
White with #D6FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEA0; }
p { color: rgb(214,254,160); }
H1.HeaderClassName
{
color: #D6FEA0;
}
.AnyTagClassName
{
color: #D6FEA0;
}
</style>
background-color css
<style>
a { background-color: #D6FEA0; }
a { background-color: rgb(214,254,160); }
div.DivClassName
{
background-color: #D6FEA0;
}
.BgClassName
{
background-color: #D6FEA0;
}
</style>
border-color css
<style>
span { border-color: #D6FEA0; }
span { border-color: rgb(214,254,160); }
td.TdClassName
{
border-color: #D6FEA0;
}
.TagClassName
{
border-color: #D6FEA0;
}
</style>