Shades of Mindaro #D2EE56
Tints of Mindaro #D2EE56
RGB
CMYK
RGB Variations
Color information
#D2EE56 (or 0xD2EE56) is known color: Mindaro. HEX triplet: D2, EE and 56. RGB value is (210,238,86). Sum of RGB (Red+Green+Blue) = 210+238+86=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EE56 is #2D11A9. Grayscale: #D4D4D4. Windows color (decimal): -2953642 or 5697234. OLE color: 5697234.
HSL color Cylindrical-coordinate representation of color #D2EE56: hue angle of 71.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2EE56 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 86 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.07 |
| HSL | 71.05º | 0.82% | 0.64% | - |
| HSV(B) | 71.05º | 0.64% | 0.93% | - |
| XYZ | 58.83 | 75.52 | 20.28 | - |
| YUV | 212.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 86 | 0.12 | 0 | 0.64 | 0.07 | 71.05 | 0.82 | 0.64 |
| Hex | D2 | EE | 56 | C | 0 | 40 | 7 | 47 | 52 | 40 |
| Octal | 322 | 356 | 126 | 14 | 0 | 100 | 7 | 107 | 122 | 100 |
| Binary | 11010010 | 11101110 | 1010110 | 1100 | 0 | 1000000 | 111 | 1000111 | 1010010 | 1000000 |
Color Harmonies of #D2EE56
Complementary color
Monochromatic Colors of #D2EE56
Black with #D2EE56
Text Example
Text Example
White with #D2EE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE56; }
p { color: rgb(210,238,86); }
H1.HeaderClassName
{
color: #D2EE56;
}
.AnyTagClassName
{
color: #D2EE56;
}
</style>
background-color css
<style>
a { background-color: #D2EE56; }
a { background-color: rgb(210,238,86); }
div.DivClassName
{
background-color: #D2EE56;
}
.BgClassName
{
background-color: #D2EE56;
}
</style>
border-color css
<style>
span { border-color: #D2EE56; }
span { border-color: rgb(210,238,86); }
td.TdClassName
{
border-color: #D2EE56;
}
.TagClassName
{
border-color: #D2EE56;
}
</style>