Shades of Reef #D5ED93
Tints of Reef #D5ED93
RGB
CMYK
RGB Variations
Color information
#D5ED93 (or 0xD5ED93) is known color: Reef. HEX triplet: D5, ED and 93. RGB value is (213,237,147). Sum of RGB (Red+Green+Blue) = 213+237+147=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5ED93 is #2A126C. Grayscale: #DBDBDB. Windows color (decimal): -2757229 or 9694677. OLE color: 9694677.
HSL color Cylindrical-coordinate representation of color #D5ED93: hue angle of 76º degrees, saturation: 0.71, 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 #D5ED93 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 147 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.07 |
| HSL | 76º | 0.71% | 0.75% | - |
| HSV(B) | 76º | 0.38% | 0.93% | - |
| XYZ | 62.99 | 76.82 | 39.11 | - |
| YUV | 219.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 147 | 0.10 | 0 | 0.38 | 0.07 | 76 | 0.71 | 0.75 |
| Hex | D5 | ED | 93 | A | 0 | 26 | 7 | 4C | 47 | 4B |
| Octal | 325 | 355 | 223 | 12 | 0 | 46 | 7 | 114 | 107 | 113 |
| Binary | 11010101 | 11101101 | 10010011 | 1010 | 0 | 100110 | 111 | 1001100 | 1000111 | 1001011 |
Color Harmonies of #D5ED93
Complementary color
Monochromatic Colors of #D5ED93
Black with #D5ED93
Text Example
Text Example
White with #D5ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED93; }
p { color: rgb(213,237,147); }
H1.HeaderClassName
{
color: #D5ED93;
}
.AnyTagClassName
{
color: #D5ED93;
}
</style>
background-color css
<style>
a { background-color: #D5ED93; }
a { background-color: rgb(213,237,147); }
div.DivClassName
{
background-color: #D5ED93;
}
.BgClassName
{
background-color: #D5ED93;
}
</style>
border-color css
<style>
span { border-color: #D5ED93; }
span { border-color: rgb(213,237,147); }
td.TdClassName
{
border-color: #D5ED93;
}
.TagClassName
{
border-color: #D5ED93;
}
</style>