Shades of Mindaro #D9ED59
Tints of Mindaro #D9ED59
RGB
CMYK
RGB Variations
Color information
#D9ED59 (or 0xD9ED59) is known color: Mindaro. HEX triplet: D9, ED and 59. RGB value is (217,237,89). Sum of RGB (Red+Green+Blue) = 217+237+89=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED59 is #2612A6. Grayscale: #D6D6D6. Windows color (decimal): -2495143 or 5893593. OLE color: 5893593.
HSL color Cylindrical-coordinate representation of color #D9ED59: hue angle of 68.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9ED59 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 89 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.07 |
| HSL | 68.11º | 0.8% | 0.64% | - |
| HSV(B) | 68.11º | 0.62% | 0.93% | - |
| XYZ | 60.7 | 76.04 | 20.93 | - |
| YUV | 214.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 89 | 0.08 | 0 | 0.62 | 0.07 | 68.11 | 0.8 | 0.64 |
| Hex | D9 | ED | 59 | 8 | 0 | 3E | 7 | 44 | 50 | 40 |
| Octal | 331 | 355 | 131 | 10 | 0 | 76 | 7 | 104 | 120 | 100 |
| Binary | 11011001 | 11101101 | 1011001 | 1000 | 0 | 111110 | 111 | 1000100 | 1010000 | 1000000 |
Color Harmonies of #D9ED59
Complementary color
Monochromatic Colors of #D9ED59
Black with #D9ED59
Text Example
Text Example
White with #D9ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED59; }
p { color: rgb(217,237,89); }
H1.HeaderClassName
{
color: #D9ED59;
}
.AnyTagClassName
{
color: #D9ED59;
}
</style>
background-color css
<style>
a { background-color: #D9ED59; }
a { background-color: rgb(217,237,89); }
div.DivClassName
{
background-color: #D9ED59;
}
.BgClassName
{
background-color: #D9ED59;
}
</style>
border-color css
<style>
span { border-color: #D9ED59; }
span { border-color: rgb(217,237,89); }
td.TdClassName
{
border-color: #D9ED59;
}
.TagClassName
{
border-color: #D9ED59;
}
</style>