Shades of Mindaro #D2E96C
Tints of Mindaro #D2E96C
RGB
CMYK
RGB Variations
Color information
#D2E96C (or 0xD2E96C) is known color: Mindaro. HEX triplet: D2, E9 and 6C. RGB value is (210,233,108). Sum of RGB (Red+Green+Blue) = 210+233+108=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E96C is #2D1693. Grayscale: #D4D4D4. Windows color (decimal): -2954900 or 7137746. OLE color: 7137746.
HSL color Cylindrical-coordinate representation of color #D2E96C: hue angle of 71.04º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E96C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 108 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.09 |
| HSL | 71.04º | 0.74% | 0.67% | - |
| HSV(B) | 71.04º | 0.54% | 0.91% | - |
| XYZ | 58.42 | 73.06 | 25.21 | - |
| YUV | 211.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 108 | 0.10 | 0 | 0.54 | 0.09 | 71.04 | 0.74 | 0.67 |
| Hex | D2 | E9 | 6C | A | 0 | 36 | 9 | 47 | 4A | 43 |
| Octal | 322 | 351 | 154 | 12 | 0 | 66 | 11 | 107 | 112 | 103 |
| Binary | 11010010 | 11101001 | 1101100 | 1010 | 0 | 110110 | 1001 | 1000111 | 1001010 | 1000011 |
Color Harmonies of #D2E96C
Complementary color
Monochromatic Colors of #D2E96C
Black with #D2E96C
Text Example
Text Example
White with #D2E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E96C; }
p { color: rgb(210,233,108); }
H1.HeaderClassName
{
color: #D2E96C;
}
.AnyTagClassName
{
color: #D2E96C;
}
</style>
background-color css
<style>
a { background-color: #D2E96C; }
a { background-color: rgb(210,233,108); }
div.DivClassName
{
background-color: #D2E96C;
}
.BgClassName
{
background-color: #D2E96C;
}
</style>
border-color css
<style>
span { border-color: #D2E96C; }
span { border-color: rgb(210,233,108); }
td.TdClassName
{
border-color: #D2E96C;
}
.TagClassName
{
border-color: #D2E96C;
}
</style>