Shades of Reef #D4EFA0
Tints of Reef #D4EFA0
RGB
CMYK
RGB Variations
Color information
#D4EFA0 (or 0xD4EFA0) is known color: Reef. HEX triplet: D4, EF and A0. RGB value is (212,239,160). Sum of RGB (Red+Green+Blue) = 212+239+160=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFA0 is #2B105F. Grayscale: #DEDEDE. Windows color (decimal): -2822240 or 10547156. OLE color: 10547156.
HSL color Cylindrical-coordinate representation of color #D4EFA0: hue angle of 80.51º 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 #D4EFA0 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 160 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.06 |
| HSL | 80.51º | 0.71% | 0.78% | - |
| HSV(B) | 80.51º | 0.33% | 0.94% | - |
| XYZ | 64.36 | 78.27 | 44.97 | - |
| YUV | 221.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 160 | 0.11 | 0 | 0.33 | 0.06 | 80.51 | 0.71 | 0.78 |
| Hex | D4 | EF | A0 | B | 0 | 21 | 6 | 51 | 47 | 4E |
| Octal | 324 | 357 | 240 | 13 | 0 | 41 | 6 | 121 | 107 | 116 |
| Binary | 11010100 | 11101111 | 10100000 | 1011 | 0 | 100001 | 110 | 1010001 | 1000111 | 1001110 |
Color Harmonies of #D4EFA0
Complementary color
Monochromatic Colors of #D4EFA0
Black with #D4EFA0
Text Example
Text Example
White with #D4EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFA0; }
p { color: rgb(212,239,160); }
H1.HeaderClassName
{
color: #D4EFA0;
}
.AnyTagClassName
{
color: #D4EFA0;
}
</style>
background-color css
<style>
a { background-color: #D4EFA0; }
a { background-color: rgb(212,239,160); }
div.DivClassName
{
background-color: #D4EFA0;
}
.BgClassName
{
background-color: #D4EFA0;
}
</style>
border-color css
<style>
span { border-color: #D4EFA0; }
span { border-color: rgb(212,239,160); }
td.TdClassName
{
border-color: #D4EFA0;
}
.TagClassName
{
border-color: #D4EFA0;
}
</style>