Shades of Mindaro #D9E95A
Tints of Mindaro #D9E95A
RGB
CMYK
RGB Variations
Color information
#D9E95A (or 0xD9E95A) is known color: Mindaro. HEX triplet: D9, E9 and 5A. RGB value is (217,233,90). Sum of RGB (Red+Green+Blue) = 217+233+90=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E95A is #2616A5. Grayscale: #D4D4D4. Windows color (decimal): -2496166 or 5958105. OLE color: 5958105.
HSL color Cylindrical-coordinate representation of color #D9E95A: hue angle of 66.71º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9E95A is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 90 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.09 |
| HSL | 66.71º | 0.76% | 0.63% | - |
| HSV(B) | 66.71º | 0.61% | 0.91% | - |
| XYZ | 59.6 | 73.77 | 20.77 | - |
| YUV | 211.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 90 | 0.07 | 0 | 0.61 | 0.09 | 66.71 | 0.76 | 0.63 |
| Hex | D9 | E9 | 5A | 7 | 0 | 3D | 9 | 43 | 4C | 3F |
| Octal | 331 | 351 | 132 | 7 | 0 | 75 | 11 | 103 | 114 | 77 |
| Binary | 11011001 | 11101001 | 1011010 | 111 | 0 | 111101 | 1001 | 1000011 | 1001100 | 111111 |
Color Harmonies of #D9E95A
Complementary color
Monochromatic Colors of #D9E95A
Black with #D9E95A
Text Example
Text Example
White with #D9E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E95A; }
p { color: rgb(217,233,90); }
H1.HeaderClassName
{
color: #D9E95A;
}
.AnyTagClassName
{
color: #D9E95A;
}
</style>
background-color css
<style>
a { background-color: #D9E95A; }
a { background-color: rgb(217,233,90); }
div.DivClassName
{
background-color: #D9E95A;
}
.BgClassName
{
background-color: #D9E95A;
}
</style>
border-color css
<style>
span { border-color: #D9E95A; }
span { border-color: rgb(217,233,90); }
td.TdClassName
{
border-color: #D9E95A;
}
.TagClassName
{
border-color: #D9E95A;
}
</style>