Shades of Mindaro #D2E568
Tints of Mindaro #D2E568
RGB
CMYK
RGB Variations
Color information
#D2E568 (or 0xD2E568) is known color: Mindaro. HEX triplet: D2, E5 and 68. RGB value is (210,229,104). Sum of RGB (Red+Green+Blue) = 210+229+104=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E568 is #2D1A97. Grayscale: #D1D1D1. Windows color (decimal): -2955928 or 6874578. OLE color: 6874578.
HSL color Cylindrical-coordinate representation of color #D2E568: hue angle of 69.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2E568 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 229 | 104 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.10 |
| HSL | 69.12º | 0.71% | 0.65% | - |
| HSV(B) | 69.12º | 0.55% | 0.9% | - |
| XYZ | 57.1 | 70.74 | 23.74 | - |
| YUV | 209.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 104 | 0.08 | 0 | 0.55 | 0.10 | 69.12 | 0.71 | 0.65 |
| Hex | D2 | E5 | 68 | 8 | 0 | 37 | A | 45 | 47 | 41 |
| Octal | 322 | 345 | 150 | 10 | 0 | 67 | 12 | 105 | 107 | 101 |
| Binary | 11010010 | 11100101 | 1101000 | 1000 | 0 | 110111 | 1010 | 1000101 | 1000111 | 1000001 |
Color Harmonies of #D2E568
Complementary color
Monochromatic Colors of #D2E568
Black with #D2E568
Text Example
Text Example
White with #D2E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E568; }
p { color: rgb(210,229,104); }
H1.HeaderClassName
{
color: #D2E568;
}
.AnyTagClassName
{
color: #D2E568;
}
</style>
background-color css
<style>
a { background-color: #D2E568; }
a { background-color: rgb(210,229,104); }
div.DivClassName
{
background-color: #D2E568;
}
.BgClassName
{
background-color: #D2E568;
}
</style>
border-color css
<style>
span { border-color: #D2E568; }
span { border-color: rgb(210,229,104); }
td.TdClassName
{
border-color: #D2E568;
}
.TagClassName
{
border-color: #D2E568;
}
</style>