Shades of Reef #D5EFA0
Tints of Reef #D5EFA0
RGB
CMYK
RGB Variations
Color information
#D5EFA0 (or 0xD5EFA0) is known color: Reef. HEX triplet: D5, EF and A0. RGB value is (213,239,160). Sum of RGB (Red+Green+Blue) = 213+239+160=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA0 is #2A105F. Grayscale: #DEDEDE. Windows color (decimal): -2756704 or 10547157. OLE color: 10547157.
HSL color Cylindrical-coordinate representation of color #D5EFA0: hue angle of 79.75º 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 #D5EFA0 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 160 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.06 |
| HSL | 79.75º | 0.71% | 0.78% | - |
| HSV(B) | 79.75º | 0.33% | 0.94% | - |
| XYZ | 64.65 | 78.42 | 44.99 | - |
| YUV | 222.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 160 | 0.11 | 0 | 0.33 | 0.06 | 79.75 | 0.71 | 0.78 |
| Hex | D5 | EF | A0 | B | 0 | 21 | 6 | 50 | 47 | 4E |
| Octal | 325 | 357 | 240 | 13 | 0 | 41 | 6 | 120 | 107 | 116 |
| Binary | 11010101 | 11101111 | 10100000 | 1011 | 0 | 100001 | 110 | 1010000 | 1000111 | 1001110 |
Color Harmonies of #D5EFA0
Complementary color
Monochromatic Colors of #D5EFA0
Black with #D5EFA0
Text Example
Text Example
White with #D5EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA0; }
p { color: rgb(213,239,160); }
H1.HeaderClassName
{
color: #D5EFA0;
}
.AnyTagClassName
{
color: #D5EFA0;
}
</style>
background-color css
<style>
a { background-color: #D5EFA0; }
a { background-color: rgb(213,239,160); }
div.DivClassName
{
background-color: #D5EFA0;
}
.BgClassName
{
background-color: #D5EFA0;
}
</style>
border-color css
<style>
span { border-color: #D5EFA0; }
span { border-color: rgb(213,239,160); }
td.TdClassName
{
border-color: #D5EFA0;
}
.TagClassName
{
border-color: #D5EFA0;
}
</style>