Shades of Mindaro #D6E960
Tints of Mindaro #D6E960
RGB
CMYK
RGB Variations
Color information
#D6E960 (or 0xD6E960) is known color: Mindaro. HEX triplet: D6, E9 and 60. RGB value is (214,233,96). Sum of RGB (Red+Green+Blue) = 214+233+96=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E960 is #29169F. Grayscale: #D4D4D4. Windows color (decimal): -2692768 or 6351318. OLE color: 6351318.
HSL color Cylindrical-coordinate representation of color #D6E960: hue angle of 68.32º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6E960 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 96 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.09 |
| HSL | 68.32º | 0.76% | 0.65% | - |
| HSV(B) | 68.32º | 0.59% | 0.91% | - |
| XYZ | 58.98 | 73.42 | 22.13 | - |
| YUV | 211.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 96 | 0.08 | 0 | 0.59 | 0.09 | 68.32 | 0.76 | 0.65 |
| Hex | D6 | E9 | 60 | 8 | 0 | 3B | 9 | 44 | 4C | 41 |
| Octal | 326 | 351 | 140 | 10 | 0 | 73 | 11 | 104 | 114 | 101 |
| Binary | 11010110 | 11101001 | 1100000 | 1000 | 0 | 111011 | 1001 | 1000100 | 1001100 | 1000001 |
Color Harmonies of #D6E960
Complementary color
Monochromatic Colors of #D6E960
Black with #D6E960
Text Example
Text Example
White with #D6E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E960; }
p { color: rgb(214,233,96); }
H1.HeaderClassName
{
color: #D6E960;
}
.AnyTagClassName
{
color: #D6E960;
}
</style>
background-color css
<style>
a { background-color: #D6E960; }
a { background-color: rgb(214,233,96); }
div.DivClassName
{
background-color: #D6E960;
}
.BgClassName
{
background-color: #D6E960;
}
</style>
border-color css
<style>
span { border-color: #D6E960; }
span { border-color: rgb(214,233,96); }
td.TdClassName
{
border-color: #D6E960;
}
.TagClassName
{
border-color: #D6E960;
}
</style>