Shades of Mindaro #D7ED5D
Tints of Mindaro #D7ED5D
RGB
CMYK
RGB Variations
Color information
#D7ED5D (or 0xD7ED5D) is known color: Mindaro. HEX triplet: D7, ED and 5D. RGB value is (215,237,93). Sum of RGB (Red+Green+Blue) = 215+237+93=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7ED5D is #2812A2. Grayscale: #D6D6D6. Windows color (decimal): -2626211 or 6155735. OLE color: 6155735.
HSL color Cylindrical-coordinate representation of color #D7ED5D: hue angle of 69.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7ED5D is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 93 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.07 |
| HSL | 69.17º | 0.8% | 0.65% | - |
| HSV(B) | 69.17º | 0.61% | 0.93% | - |
| XYZ | 60.28 | 75.81 | 21.81 | - |
| YUV | 214.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 93 | 0.09 | 0 | 0.61 | 0.07 | 69.17 | 0.8 | 0.65 |
| Hex | D7 | ED | 5D | 9 | 0 | 3D | 7 | 45 | 50 | 41 |
| Octal | 327 | 355 | 135 | 11 | 0 | 75 | 7 | 105 | 120 | 101 |
| Binary | 11010111 | 11101101 | 1011101 | 1001 | 0 | 111101 | 111 | 1000101 | 1010000 | 1000001 |
Color Harmonies of #D7ED5D
Complementary color
Monochromatic Colors of #D7ED5D
Black with #D7ED5D
Text Example
Text Example
White with #D7ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED5D; }
p { color: rgb(215,237,93); }
H1.HeaderClassName
{
color: #D7ED5D;
}
.AnyTagClassName
{
color: #D7ED5D;
}
</style>
background-color css
<style>
a { background-color: #D7ED5D; }
a { background-color: rgb(215,237,93); }
div.DivClassName
{
background-color: #D7ED5D;
}
.BgClassName
{
background-color: #D7ED5D;
}
</style>
border-color css
<style>
span { border-color: #D7ED5D; }
span { border-color: rgb(215,237,93); }
td.TdClassName
{
border-color: #D7ED5D;
}
.TagClassName
{
border-color: #D7ED5D;
}
</style>