Shades of Reef #D7EFA0
Tints of Reef #D7EFA0
RGB
CMYK
RGB Variations
Color information
#D7EFA0 (or 0xD7EFA0) is known color: Reef. HEX triplet: D7, EF and A0. RGB value is (215,239,160). Sum of RGB (Red+Green+Blue) = 215+239+160=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EFA0 is #28105F. Grayscale: #DFDFDF. Windows color (decimal): -2625632 or 10547159. OLE color: 10547159.
HSL color Cylindrical-coordinate representation of color #D7EFA0: hue angle of 78.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7EFA0 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 239 | 160 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.06 |
| HSL | 78.23º | 0.71% | 0.78% | - |
| HSV(B) | 78.23º | 0.33% | 0.94% | - |
| XYZ | 65.24 | 78.72 | 45.01 | - |
| YUV | 222.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 239 | 160 | 0.10 | 0 | 0.33 | 0.06 | 78.23 | 0.71 | 0.78 |
| Hex | D7 | EF | A0 | A | 0 | 21 | 6 | 4E | 47 | 4E |
| Octal | 327 | 357 | 240 | 12 | 0 | 41 | 6 | 116 | 107 | 116 |
| Binary | 11010111 | 11101111 | 10100000 | 1010 | 0 | 100001 | 110 | 1001110 | 1000111 | 1001110 |
Color Harmonies of #D7EFA0
Complementary color
Monochromatic Colors of #D7EFA0
Black with #D7EFA0
Text Example
Text Example
White with #D7EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EFA0; }
p { color: rgb(215,239,160); }
H1.HeaderClassName
{
color: #D7EFA0;
}
.AnyTagClassName
{
color: #D7EFA0;
}
</style>
background-color css
<style>
a { background-color: #D7EFA0; }
a { background-color: rgb(215,239,160); }
div.DivClassName
{
background-color: #D7EFA0;
}
.BgClassName
{
background-color: #D7EFA0;
}
</style>
border-color css
<style>
span { border-color: #D7EFA0; }
span { border-color: rgb(215,239,160); }
td.TdClassName
{
border-color: #D7EFA0;
}
.TagClassName
{
border-color: #D7EFA0;
}
</style>