Shades of Mindaro #D9E75C
Tints of Mindaro #D9E75C
RGB
CMYK
RGB Variations
Color information
#D9E75C (or 0xD9E75C) is known color: Mindaro. HEX triplet: D9, E7 and 5C. RGB value is (217,231,92). Sum of RGB (Red+Green+Blue) = 217+231+92=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E75C is #2618A3. Grayscale: #D3D3D3. Windows color (decimal): -2496676 or 6088665. OLE color: 6088665.
HSL color Cylindrical-coordinate representation of color #D9E75C: hue angle of 66.04º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9E75C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 92 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.09 |
| HSL | 66.04º | 0.74% | 0.63% | - |
| HSV(B) | 66.04º | 0.6% | 0.91% | - |
| XYZ | 59.12 | 72.68 | 21.04 | - |
| YUV | 210.97 | 60.86 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 92 | 0.06 | 0 | 0.60 | 0.09 | 66.04 | 0.74 | 0.63 |
| Hex | D9 | E7 | 5C | 6 | 0 | 3C | 9 | 42 | 4A | 3F |
| Octal | 331 | 347 | 134 | 6 | 0 | 74 | 11 | 102 | 112 | 77 |
| Binary | 11011001 | 11100111 | 1011100 | 110 | 0 | 111100 | 1001 | 1000010 | 1001010 | 111111 |
Color Harmonies of #D9E75C
Complementary color
Monochromatic Colors of #D9E75C
Black with #D9E75C
Text Example
Text Example
White with #D9E75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E75C; }
p { color: rgb(217,231,92); }
H1.HeaderClassName
{
color: #D9E75C;
}
.AnyTagClassName
{
color: #D9E75C;
}
</style>
background-color css
<style>
a { background-color: #D9E75C; }
a { background-color: rgb(217,231,92); }
div.DivClassName
{
background-color: #D9E75C;
}
.BgClassName
{
background-color: #D9E75C;
}
</style>
border-color css
<style>
span { border-color: #D9E75C; }
span { border-color: rgb(217,231,92); }
td.TdClassName
{
border-color: #D9E75C;
}
.TagClassName
{
border-color: #D9E75C;
}
</style>