Shades of Mindaro #D2E36D
Tints of Mindaro #D2E36D
RGB
CMYK
RGB Variations
Color information
#D2E36D (or 0xD2E36D) is known color: Mindaro. HEX triplet: D2, E3 and 6D. RGB value is (210,227,109). Sum of RGB (Red+Green+Blue) = 210+227+109=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E36D is #2D1C92. Grayscale: #D0D0D0. Windows color (decimal): -2956435 or 7201746. OLE color: 7201746.
HSL color Cylindrical-coordinate representation of color #D2E36D: hue angle of 68.64º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2E36D is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 109 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.11 |
| HSL | 68.64º | 0.68% | 0.66% | - |
| HSV(B) | 68.64º | 0.52% | 0.89% | - |
| XYZ | 56.81 | 69.74 | 24.94 | - |
| YUV | 208.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 109 | 0.07 | 0 | 0.52 | 0.11 | 68.64 | 0.68 | 0.66 |
| Hex | D2 | E3 | 6D | 7 | 0 | 34 | B | 45 | 44 | 42 |
| Octal | 322 | 343 | 155 | 7 | 0 | 64 | 13 | 105 | 104 | 102 |
| Binary | 11010010 | 11100011 | 1101101 | 111 | 0 | 110100 | 1011 | 1000101 | 1000100 | 1000010 |
Color Harmonies of #D2E36D
Complementary color
Monochromatic Colors of #D2E36D
Black with #D2E36D
Text Example
Text Example
White with #D2E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E36D; }
p { color: rgb(210,227,109); }
H1.HeaderClassName
{
color: #D2E36D;
}
.AnyTagClassName
{
color: #D2E36D;
}
</style>
background-color css
<style>
a { background-color: #D2E36D; }
a { background-color: rgb(210,227,109); }
div.DivClassName
{
background-color: #D2E36D;
}
.BgClassName
{
background-color: #D2E36D;
}
</style>
border-color css
<style>
span { border-color: #D2E36D; }
span { border-color: rgb(210,227,109); }
td.TdClassName
{
border-color: #D2E36D;
}
.TagClassName
{
border-color: #D2E36D;
}
</style>