Shades of Mindaro #D2E168
Tints of Mindaro #D2E168
RGB
CMYK
RGB Variations
Color information
#D2E168 (or 0xD2E168) is known color: Mindaro. HEX triplet: D2, E1 and 68. RGB value is (210,225,104). Sum of RGB (Red+Green+Blue) = 210+225+104=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E168 is #2D1E97. Grayscale: #CFCFCF. Windows color (decimal): -2956952 or 6873554. OLE color: 6873554.
HSL color Cylindrical-coordinate representation of color #D2E168: hue angle of 67.44º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E168 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 104 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.12 |
| HSL | 67.44º | 0.67% | 0.65% | - |
| HSV(B) | 67.44º | 0.54% | 0.88% | - |
| XYZ | 56 | 68.55 | 23.38 | - |
| YUV | 206.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 104 | 0.07 | 0 | 0.54 | 0.12 | 67.44 | 0.67 | 0.65 |
| Hex | D2 | E1 | 68 | 7 | 0 | 36 | C | 43 | 43 | 41 |
| Octal | 322 | 341 | 150 | 7 | 0 | 66 | 14 | 103 | 103 | 101 |
| Binary | 11010010 | 11100001 | 1101000 | 111 | 0 | 110110 | 1100 | 1000011 | 1000011 | 1000001 |
Color Harmonies of #D2E168
Complementary color
Monochromatic Colors of #D2E168
Black with #D2E168
Text Example
Text Example
White with #D2E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E168; }
p { color: rgb(210,225,104); }
H1.HeaderClassName
{
color: #D2E168;
}
.AnyTagClassName
{
color: #D2E168;
}
</style>
background-color css
<style>
a { background-color: #D2E168; }
a { background-color: rgb(210,225,104); }
div.DivClassName
{
background-color: #D2E168;
}
.BgClassName
{
background-color: #D2E168;
}
</style>
border-color css
<style>
span { border-color: #D2E168; }
span { border-color: rgb(210,225,104); }
td.TdClassName
{
border-color: #D2E168;
}
.TagClassName
{
border-color: #D2E168;
}
</style>