Shades of Mindaro #D9E75A
Tints of Mindaro #D9E75A
RGB
CMYK
RGB Variations
Color information
#D9E75A (or 0xD9E75A) is known color: Mindaro. HEX triplet: D9, E7 and 5A. RGB value is (217,231,90). Sum of RGB (Red+Green+Blue) = 217+231+90=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E75A is #2618A5. Grayscale: #D3D3D3. Windows color (decimal): -2496678 or 5957593. OLE color: 5957593.
HSL color Cylindrical-coordinate representation of color #D9E75A: hue angle of 65.96º degrees, saturation: 0.75, 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 #D9E75A is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 90 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.09 |
| HSL | 65.96º | 0.75% | 0.63% | - |
| HSV(B) | 65.96º | 0.61% | 0.91% | - |
| XYZ | 59.04 | 72.64 | 20.58 | - |
| YUV | 210.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 90 | 0.06 | 0 | 0.61 | 0.09 | 65.96 | 0.75 | 0.63 |
| Hex | D9 | E7 | 5A | 6 | 0 | 3D | 9 | 42 | 4B | 3F |
| Octal | 331 | 347 | 132 | 6 | 0 | 75 | 11 | 102 | 113 | 77 |
| Binary | 11011001 | 11100111 | 1011010 | 110 | 0 | 111101 | 1001 | 1000010 | 1001011 | 111111 |
Color Harmonies of #D9E75A
Complementary color
Monochromatic Colors of #D9E75A
Black with #D9E75A
Text Example
Text Example
White with #D9E75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E75A; }
p { color: rgb(217,231,90); }
H1.HeaderClassName
{
color: #D9E75A;
}
.AnyTagClassName
{
color: #D9E75A;
}
</style>
background-color css
<style>
a { background-color: #D9E75A; }
a { background-color: rgb(217,231,90); }
div.DivClassName
{
background-color: #D9E75A;
}
.BgClassName
{
background-color: #D9E75A;
}
</style>
border-color css
<style>
span { border-color: #D9E75A; }
span { border-color: rgb(217,231,90); }
td.TdClassName
{
border-color: #D9E75A;
}
.TagClassName
{
border-color: #D9E75A;
}
</style>