Shades of Mindaro #D7E465
Tints of Mindaro #D7E465
RGB
CMYK
RGB Variations
Color information
#D7E465 (or 0xD7E465) is known color: Mindaro. HEX triplet: D7, E4 and 65. RGB value is (215,228,101). Sum of RGB (Red+Green+Blue) = 215+228+101=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E465 is #281B9A. Grayscale: #D2D2D2. Windows color (decimal): -2628507 or 6677719. OLE color: 6677719.
HSL color Cylindrical-coordinate representation of color #D7E465: hue angle of 66.14º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7E465 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 101 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.11 |
| HSL | 66.14º | 0.7% | 0.65% | - |
| HSV(B) | 66.14º | 0.56% | 0.89% | - |
| XYZ | 58.12 | 70.87 | 22.93 | - |
| YUV | 209.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 101 | 0.06 | 0 | 0.56 | 0.11 | 66.14 | 0.7 | 0.65 |
| Hex | D7 | E4 | 65 | 6 | 0 | 38 | B | 42 | 46 | 41 |
| Octal | 327 | 344 | 145 | 6 | 0 | 70 | 13 | 102 | 106 | 101 |
| Binary | 11010111 | 11100100 | 1100101 | 110 | 0 | 111000 | 1011 | 1000010 | 1000110 | 1000001 |
Color Harmonies of #D7E465
Complementary color
Monochromatic Colors of #D7E465
Black with #D7E465
Text Example
Text Example
White with #D7E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E465; }
p { color: rgb(215,228,101); }
H1.HeaderClassName
{
color: #D7E465;
}
.AnyTagClassName
{
color: #D7E465;
}
</style>
background-color css
<style>
a { background-color: #D7E465; }
a { background-color: rgb(215,228,101); }
div.DivClassName
{
background-color: #D7E465;
}
.BgClassName
{
background-color: #D7E465;
}
</style>
border-color css
<style>
span { border-color: #D7E465; }
span { border-color: rgb(215,228,101); }
td.TdClassName
{
border-color: #D7E465;
}
.TagClassName
{
border-color: #D7E465;
}
</style>