Shades of Mindaro #D5E961
Tints of Mindaro #D5E961
RGB
CMYK
RGB Variations
Color information
#D5E961 (or 0xD5E961) is known color: Mindaro. HEX triplet: D5, E9 and 61. RGB value is (213,233,97). Sum of RGB (Red+Green+Blue) = 213+233+97=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E961 is #2A169E. Grayscale: #D4D4D4. Windows color (decimal): -2758303 or 6416853. OLE color: 6416853.
HSL color Cylindrical-coordinate representation of color #D5E961: hue angle of 68.82º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5E961 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 97 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.09 |
| HSL | 68.82º | 0.76% | 0.65% | - |
| HSV(B) | 68.82º | 0.58% | 0.91% | - |
| XYZ | 58.74 | 73.29 | 22.36 | - |
| YUV | 211.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 97 | 0.09 | 0 | 0.58 | 0.09 | 68.82 | 0.76 | 0.65 |
| Hex | D5 | E9 | 61 | 9 | 0 | 3A | 9 | 45 | 4C | 41 |
| Octal | 325 | 351 | 141 | 11 | 0 | 72 | 11 | 105 | 114 | 101 |
| Binary | 11010101 | 11101001 | 1100001 | 1001 | 0 | 111010 | 1001 | 1000101 | 1001100 | 1000001 |
Color Harmonies of #D5E961
Complementary color
Monochromatic Colors of #D5E961
Black with #D5E961
Text Example
Text Example
White with #D5E961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E961; }
p { color: rgb(213,233,97); }
H1.HeaderClassName
{
color: #D5E961;
}
.AnyTagClassName
{
color: #D5E961;
}
</style>
background-color css
<style>
a { background-color: #D5E961; }
a { background-color: rgb(213,233,97); }
div.DivClassName
{
background-color: #D5E961;
}
.BgClassName
{
background-color: #D5E961;
}
</style>
border-color css
<style>
span { border-color: #D5E961; }
span { border-color: rgb(213,233,97); }
td.TdClassName
{
border-color: #D5E961;
}
.TagClassName
{
border-color: #D5E961;
}
</style>