Shades of Reef #D5E494
Tints of Reef #D5E494
RGB
CMYK
RGB Variations
Color information
#D5E494 (or 0xD5E494) is known color: Reef. HEX triplet: D5, E4 and 94. RGB value is (213,228,148). Sum of RGB (Red+Green+Blue) = 213+228+148=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E494 is #2A1B6B. Grayscale: #D6D6D6. Windows color (decimal): -2759532 or 9757909. OLE color: 9757909.
HSL color Cylindrical-coordinate representation of color #D5E494: hue angle of 71.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5E494 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 148 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.11 |
| HSL | 71.25º | 0.6% | 0.74% | - |
| HSV(B) | 71.25º | 0.35% | 0.89% | - |
| XYZ | 60.53 | 71.77 | 38.68 | - |
| YUV | 214.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 148 | 0.07 | 0 | 0.35 | 0.11 | 71.25 | 0.6 | 0.74 |
| Hex | D5 | E4 | 94 | 7 | 0 | 23 | B | 47 | 3C | 4A |
| Octal | 325 | 344 | 224 | 7 | 0 | 43 | 13 | 107 | 74 | 112 |
| Binary | 11010101 | 11100100 | 10010100 | 111 | 0 | 100011 | 1011 | 1000111 | 111100 | 1001010 |
Color Harmonies of #D5E494
Complementary color
Monochromatic Colors of #D5E494
Black with #D5E494
Text Example
Text Example
White with #D5E494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E494; }
p { color: rgb(213,228,148); }
H1.HeaderClassName
{
color: #D5E494;
}
.AnyTagClassName
{
color: #D5E494;
}
</style>
background-color css
<style>
a { background-color: #D5E494; }
a { background-color: rgb(213,228,148); }
div.DivClassName
{
background-color: #D5E494;
}
.BgClassName
{
background-color: #D5E494;
}
</style>
border-color css
<style>
span { border-color: #D5E494; }
span { border-color: rgb(213,228,148); }
td.TdClassName
{
border-color: #D5E494;
}
.TagClassName
{
border-color: #D5E494;
}
</style>