Shades of Mindaro #D7ED59
Tints of Mindaro #D7ED59
RGB
CMYK
RGB Variations
Color information
#D7ED59 (or 0xD7ED59) is known color: Mindaro. HEX triplet: D7, ED and 59. RGB value is (215,237,89). Sum of RGB (Red+Green+Blue) = 215+237+89=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7ED59 is #2812A6. Grayscale: #D6D6D6. Windows color (decimal): -2626215 or 5893591. OLE color: 5893591.
HSL color Cylindrical-coordinate representation of color #D7ED59: hue angle of 68.92º 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 #D7ED59 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 89 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.07 |
| HSL | 68.92º | 0.8% | 0.64% | - |
| HSV(B) | 68.92º | 0.62% | 0.93% | - |
| XYZ | 60.11 | 75.74 | 20.9 | - |
| YUV | 213.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 89 | 0.09 | 0 | 0.62 | 0.07 | 68.92 | 0.8 | 0.64 |
| Hex | D7 | ED | 59 | 9 | 0 | 3E | 7 | 45 | 50 | 40 |
| Octal | 327 | 355 | 131 | 11 | 0 | 76 | 7 | 105 | 120 | 100 |
| Binary | 11010111 | 11101101 | 1011001 | 1001 | 0 | 111110 | 111 | 1000101 | 1010000 | 1000000 |
Color Harmonies of #D7ED59
Complementary color
Monochromatic Colors of #D7ED59
Black with #D7ED59
Text Example
Text Example
White with #D7ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED59; }
p { color: rgb(215,237,89); }
H1.HeaderClassName
{
color: #D7ED59;
}
.AnyTagClassName
{
color: #D7ED59;
}
</style>
background-color css
<style>
a { background-color: #D7ED59; }
a { background-color: rgb(215,237,89); }
div.DivClassName
{
background-color: #D7ED59;
}
.BgClassName
{
background-color: #D7ED59;
}
</style>
border-color css
<style>
span { border-color: #D7ED59; }
span { border-color: rgb(215,237,89); }
td.TdClassName
{
border-color: #D7ED59;
}
.TagClassName
{
border-color: #D7ED59;
}
</style>