Shades of Reef #D5EC93
Tints of Reef #D5EC93
RGB
CMYK
RGB Variations
Color information
#D5EC93 (or 0xD5EC93) is known color: Reef. HEX triplet: D5, EC and 93. RGB value is (213,236,147). Sum of RGB (Red+Green+Blue) = 213+236+147=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EC93 is #2A136C. Grayscale: #DBDBDB. Windows color (decimal): -2757485 or 9694421. OLE color: 9694421.
HSL color Cylindrical-coordinate representation of color #D5EC93: hue angle of 75.51º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5EC93 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 236 | 147 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.07 |
| HSL | 75.51º | 0.7% | 0.75% | - |
| HSV(B) | 75.51º | 0.38% | 0.93% | - |
| XYZ | 62.7 | 76.24 | 39.02 | - |
| YUV | 218.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 236 | 147 | 0.10 | 0 | 0.38 | 0.07 | 75.51 | 0.7 | 0.75 |
| Hex | D5 | EC | 93 | A | 0 | 26 | 7 | 4C | 46 | 4B |
| Octal | 325 | 354 | 223 | 12 | 0 | 46 | 7 | 114 | 106 | 113 |
| Binary | 11010101 | 11101100 | 10010011 | 1010 | 0 | 100110 | 111 | 1001100 | 1000110 | 1001011 |
Color Harmonies of #D5EC93
Complementary color
Monochromatic Colors of #D5EC93
Black with #D5EC93
Text Example
Text Example
White with #D5EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EC93; }
p { color: rgb(213,236,147); }
H1.HeaderClassName
{
color: #D5EC93;
}
.AnyTagClassName
{
color: #D5EC93;
}
</style>
background-color css
<style>
a { background-color: #D5EC93; }
a { background-color: rgb(213,236,147); }
div.DivClassName
{
background-color: #D5EC93;
}
.BgClassName
{
background-color: #D5EC93;
}
</style>
border-color css
<style>
span { border-color: #D5EC93; }
span { border-color: rgb(213,236,147); }
td.TdClassName
{
border-color: #D5EC93;
}
.TagClassName
{
border-color: #D5EC93;
}
</style>