Shades of Mindaro #D8ED7D
Tints of Mindaro #D8ED7D
RGB
CMYK
RGB Variations
Color information
#D8ED7D (or 0xD8ED7D) is known color: Mindaro. HEX triplet: D8, ED and 7D. RGB value is (216,237,125). Sum of RGB (Red+Green+Blue) = 216+237+125=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8ED7D is #271282. Grayscale: #DADADA. Windows color (decimal): -2560643 or 8252888. OLE color: 8252888.
HSL color Cylindrical-coordinate representation of color #D8ED7D: hue angle of 71.25º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8ED7D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 125 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.07 |
| HSL | 71.25º | 0.76% | 0.71% | - |
| HSV(B) | 71.25º | 0.47% | 0.93% | - |
| XYZ | 62.3 | 76.65 | 30.91 | - |
| YUV | 217.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 125 | 0.09 | 0 | 0.47 | 0.07 | 71.25 | 0.76 | 0.71 |
| Hex | D8 | ED | 7D | 9 | 0 | 2F | 7 | 47 | 4C | 47 |
| Octal | 330 | 355 | 175 | 11 | 0 | 57 | 7 | 107 | 114 | 107 |
| Binary | 11011000 | 11101101 | 1111101 | 1001 | 0 | 101111 | 111 | 1000111 | 1001100 | 1000111 |
Color Harmonies of #D8ED7D
Complementary color
Monochromatic Colors of #D8ED7D
Black with #D8ED7D
Text Example
Text Example
White with #D8ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ED7D; }
p { color: rgb(216,237,125); }
H1.HeaderClassName
{
color: #D8ED7D;
}
.AnyTagClassName
{
color: #D8ED7D;
}
</style>
background-color css
<style>
a { background-color: #D8ED7D; }
a { background-color: rgb(216,237,125); }
div.DivClassName
{
background-color: #D8ED7D;
}
.BgClassName
{
background-color: #D8ED7D;
}
</style>
border-color css
<style>
span { border-color: #D8ED7D; }
span { border-color: rgb(216,237,125); }
td.TdClassName
{
border-color: #D8ED7D;
}
.TagClassName
{
border-color: #D8ED7D;
}
</style>