Shades of Mindaro #D7E566
Tints of Mindaro #D7E566
RGB
CMYK
RGB Variations
Color information
#D7E566 (or 0xD7E566) is known color: Mindaro. HEX triplet: D7, E5 and 66. RGB value is (215,229,102). Sum of RGB (Red+Green+Blue) = 215+229+102=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E566 is #281A99. Grayscale: #D2D2D2. Windows color (decimal): -2628250 or 6743511. OLE color: 6743511.
HSL color Cylindrical-coordinate representation of color #D7E566: hue angle of 66.61º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7E566 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 102 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.10 |
| HSL | 66.61º | 0.71% | 0.65% | - |
| HSV(B) | 66.61º | 0.55% | 0.9% | - |
| XYZ | 58.44 | 71.45 | 23.28 | - |
| YUV | 210.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 102 | 0.06 | 0 | 0.55 | 0.10 | 66.61 | 0.71 | 0.65 |
| Hex | D7 | E5 | 66 | 6 | 0 | 37 | A | 43 | 47 | 41 |
| Octal | 327 | 345 | 146 | 6 | 0 | 67 | 12 | 103 | 107 | 101 |
| Binary | 11010111 | 11100101 | 1100110 | 110 | 0 | 110111 | 1010 | 1000011 | 1000111 | 1000001 |
Color Harmonies of #D7E566
Complementary color
Monochromatic Colors of #D7E566
Black with #D7E566
Text Example
Text Example
White with #D7E566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E566; }
p { color: rgb(215,229,102); }
H1.HeaderClassName
{
color: #D7E566;
}
.AnyTagClassName
{
color: #D7E566;
}
</style>
background-color css
<style>
a { background-color: #D7E566; }
a { background-color: rgb(215,229,102); }
div.DivClassName
{
background-color: #D7E566;
}
.BgClassName
{
background-color: #D7E566;
}
</style>
border-color css
<style>
span { border-color: #D7E566; }
span { border-color: rgb(215,229,102); }
td.TdClassName
{
border-color: #D7E566;
}
.TagClassName
{
border-color: #D7E566;
}
</style>