Shades of Mindaro #D7E85B
Tints of Mindaro #D7E85B
RGB
CMYK
RGB Variations
Color information
#D7E85B (or 0xD7E85B) is known color: Mindaro. HEX triplet: D7, E8 and 5B. RGB value is (215,232,91). Sum of RGB (Red+Green+Blue) = 215+232+91=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E85B is #2817A4. Grayscale: #D3D3D3. Windows color (decimal): -2627493 or 6023383. OLE color: 6023383.
HSL color Cylindrical-coordinate representation of color #D7E85B: hue angle of 67.23º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7E85B is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 91 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.09 |
| HSL | 67.23º | 0.75% | 0.63% | - |
| HSV(B) | 67.23º | 0.61% | 0.91% | - |
| XYZ | 58.77 | 72.92 | 20.87 | - |
| YUV | 210.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 91 | 0.07 | 0 | 0.61 | 0.09 | 67.23 | 0.75 | 0.63 |
| Hex | D7 | E8 | 5B | 7 | 0 | 3D | 9 | 43 | 4B | 3F |
| Octal | 327 | 350 | 133 | 7 | 0 | 75 | 11 | 103 | 113 | 77 |
| Binary | 11010111 | 11101000 | 1011011 | 111 | 0 | 111101 | 1001 | 1000011 | 1001011 | 111111 |
Color Harmonies of #D7E85B
Complementary color
Monochromatic Colors of #D7E85B
Black with #D7E85B
Text Example
Text Example
White with #D7E85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E85B; }
p { color: rgb(215,232,91); }
H1.HeaderClassName
{
color: #D7E85B;
}
.AnyTagClassName
{
color: #D7E85B;
}
</style>
background-color css
<style>
a { background-color: #D7E85B; }
a { background-color: rgb(215,232,91); }
div.DivClassName
{
background-color: #D7E85B;
}
.BgClassName
{
background-color: #D7E85B;
}
</style>
border-color css
<style>
span { border-color: #D7E85B; }
span { border-color: rgb(215,232,91); }
td.TdClassName
{
border-color: #D7E85B;
}
.TagClassName
{
border-color: #D7E85B;
}
</style>