Shades of Reef #D7FEA0
Tints of Reef #D7FEA0
RGB
CMYK
RGB Variations
Color information
#D7FEA0 (or 0xD7FEA0) is known color: Reef. HEX triplet: D7, FE and A0. RGB value is (215,254,160). Sum of RGB (Red+Green+Blue) = 215+254+160=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 160 (62.89% from 255 or 25.44% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FEA0 is #28015F. Grayscale: #E7E7E7. Windows color (decimal): -2621792 or 10550999. OLE color: 10550999.
HSL color Cylindrical-coordinate representation of color #D7FEA0: hue angle of 84.89º 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 #D7FEA0 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 160 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.00 |
| HSL | 84.89º | 0.98% | 0.81% | - |
| HSV(B) | 84.89º | 0.37% | 1% | - |
| XYZ | 69.81 | 87.87 | 46.54 | - |
| YUV | 231.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 160 | 0.15 | 0 | 0.37 | 0.00 | 84.89 | 0.98 | 0.81 |
| Hex | D7 | FE | A0 | F | 0 | 25 | 0 | 55 | 62 | 51 |
| Octal | 327 | 376 | 240 | 17 | 0 | 45 | 0 | 125 | 142 | 121 |
| Binary | 11010111 | 11111110 | 10100000 | 1111 | 0 | 100101 | 0 | 1010101 | 1100010 | 1010001 |
Color Harmonies of #D7FEA0
Complementary color
Monochromatic Colors of #D7FEA0
Black with #D7FEA0
Text Example
Text Example
White with #D7FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FEA0; }
p { color: rgb(215,254,160); }
H1.HeaderClassName
{
color: #D7FEA0;
}
.AnyTagClassName
{
color: #D7FEA0;
}
</style>
background-color css
<style>
a { background-color: #D7FEA0; }
a { background-color: rgb(215,254,160); }
div.DivClassName
{
background-color: #D7FEA0;
}
.BgClassName
{
background-color: #D7FEA0;
}
</style>
border-color css
<style>
span { border-color: #D7FEA0; }
span { border-color: rgb(215,254,160); }
td.TdClassName
{
border-color: #D7FEA0;
}
.TagClassName
{
border-color: #D7FEA0;
}
</style>