Shades of Mindaro #D9E760
Tints of Mindaro #D9E760
RGB
CMYK
RGB Variations
Color information
#D9E760 (or 0xD9E760) is known color: Mindaro. HEX triplet: D9, E7 and 60. RGB value is (217,231,96). Sum of RGB (Red+Green+Blue) = 217+231+96=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E760 is #26189F. Grayscale: #D3D3D3. Windows color (decimal): -2496672 or 6350809. OLE color: 6350809.
HSL color Cylindrical-coordinate representation of color #D9E760: hue angle of 66.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9E760 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 96 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.09 |
| HSL | 66.22º | 0.74% | 0.64% | - |
| HSV(B) | 66.22º | 0.58% | 0.91% | - |
| XYZ | 59.3 | 72.75 | 21.98 | - |
| YUV | 211.42 | 62.86 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 96 | 0.06 | 0 | 0.58 | 0.09 | 66.22 | 0.74 | 0.64 |
| Hex | D9 | E7 | 60 | 6 | 0 | 3A | 9 | 42 | 4A | 40 |
| Octal | 331 | 347 | 140 | 6 | 0 | 72 | 11 | 102 | 112 | 100 |
| Binary | 11011001 | 11100111 | 1100000 | 110 | 0 | 111010 | 1001 | 1000010 | 1001010 | 1000000 |
Color Harmonies of #D9E760
Complementary color
Monochromatic Colors of #D9E760
Black with #D9E760
Text Example
Text Example
White with #D9E760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E760; }
p { color: rgb(217,231,96); }
H1.HeaderClassName
{
color: #D9E760;
}
.AnyTagClassName
{
color: #D9E760;
}
</style>
background-color css
<style>
a { background-color: #D9E760; }
a { background-color: rgb(217,231,96); }
div.DivClassName
{
background-color: #D9E760;
}
.BgClassName
{
background-color: #D9E760;
}
</style>
border-color css
<style>
span { border-color: #D9E760; }
span { border-color: rgb(217,231,96); }
td.TdClassName
{
border-color: #D9E760;
}
.TagClassName
{
border-color: #D9E760;
}
</style>