Shades of Mindaro #D7E76B
Tints of Mindaro #D7E76B
RGB
CMYK
RGB Variations
Color information
#D7E76B (or 0xD7E76B) is known color: Mindaro. HEX triplet: D7, E7 and 6B. RGB value is (215,231,107). Sum of RGB (Red+Green+Blue) = 215+231+107=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E76B is #281894. Grayscale: #D4D4D4. Windows color (decimal): -2627733 or 7071703. OLE color: 7071703.
HSL color Cylindrical-coordinate representation of color #D7E76B: hue angle of 67.74º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7E76B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 231 | 107 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.09 |
| HSL | 67.74º | 0.72% | 0.66% | - |
| HSV(B) | 67.74º | 0.54% | 0.91% | - |
| XYZ | 59.25 | 72.66 | 24.81 | - |
| YUV | 212.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 231 | 107 | 0.07 | 0 | 0.54 | 0.09 | 67.74 | 0.72 | 0.66 |
| Hex | D7 | E7 | 6B | 7 | 0 | 36 | 9 | 44 | 48 | 42 |
| Octal | 327 | 347 | 153 | 7 | 0 | 66 | 11 | 104 | 110 | 102 |
| Binary | 11010111 | 11100111 | 1101011 | 111 | 0 | 110110 | 1001 | 1000100 | 1001000 | 1000010 |
Color Harmonies of #D7E76B
Complementary color
Monochromatic Colors of #D7E76B
Black with #D7E76B
Text Example
Text Example
White with #D7E76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E76B; }
p { color: rgb(215,231,107); }
H1.HeaderClassName
{
color: #D7E76B;
}
.AnyTagClassName
{
color: #D7E76B;
}
</style>
background-color css
<style>
a { background-color: #D7E76B; }
a { background-color: rgb(215,231,107); }
div.DivClassName
{
background-color: #D7E76B;
}
.BgClassName
{
background-color: #D7E76B;
}
</style>
border-color css
<style>
span { border-color: #D7E76B; }
span { border-color: rgb(215,231,107); }
td.TdClassName
{
border-color: #D7E76B;
}
.TagClassName
{
border-color: #D7E76B;
}
</style>