Shades of Mindaro #D2E868
Tints of Mindaro #D2E868
RGB
CMYK
RGB Variations
Color information
#D2E868 (or 0xD2E868) is known color: Mindaro. HEX triplet: D2, E8 and 68. RGB value is (210,232,104). Sum of RGB (Red+Green+Blue) = 210+232+104=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E868 is #2D1797. Grayscale: #D3D3D3. Windows color (decimal): -2955160 or 6875346. OLE color: 6875346.
HSL color Cylindrical-coordinate representation of color #D2E868: hue angle of 70.31º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2E868 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 232 | 104 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.09 |
| HSL | 70.31º | 0.74% | 0.66% | - |
| HSV(B) | 70.31º | 0.55% | 0.91% | - |
| XYZ | 57.93 | 72.41 | 24.02 | - |
| YUV | 210.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 104 | 0.09 | 0 | 0.55 | 0.09 | 70.31 | 0.74 | 0.66 |
| Hex | D2 | E8 | 68 | 9 | 0 | 37 | 9 | 46 | 4A | 42 |
| Octal | 322 | 350 | 150 | 11 | 0 | 67 | 11 | 106 | 112 | 102 |
| Binary | 11010010 | 11101000 | 1101000 | 1001 | 0 | 110111 | 1001 | 1000110 | 1001010 | 1000010 |
Color Harmonies of #D2E868
Complementary color
Monochromatic Colors of #D2E868
Black with #D2E868
Text Example
Text Example
White with #D2E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E868; }
p { color: rgb(210,232,104); }
H1.HeaderClassName
{
color: #D2E868;
}
.AnyTagClassName
{
color: #D2E868;
}
</style>
background-color css
<style>
a { background-color: #D2E868; }
a { background-color: rgb(210,232,104); }
div.DivClassName
{
background-color: #D2E868;
}
.BgClassName
{
background-color: #D2E868;
}
</style>
border-color css
<style>
span { border-color: #D2E868; }
span { border-color: rgb(210,232,104); }
td.TdClassName
{
border-color: #D2E868;
}
.TagClassName
{
border-color: #D2E868;
}
</style>