Shades of Mindaro #D2EF71
Tints of Mindaro #D2EF71
RGB
CMYK
RGB Variations
Color information
#D2EF71 (or 0xD2EF71) is known color: Mindaro. HEX triplet: D2, EF and 71. RGB value is (210,239,113). Sum of RGB (Red+Green+Blue) = 210+239+113=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF71 is #2D108E. Grayscale: #D8D8D8. Windows color (decimal): -2953359 or 7466962. OLE color: 7466962.
HSL color Cylindrical-coordinate representation of color #D2EF71: hue angle of 73.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2EF71 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 113 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.06 |
| HSL | 73.81º | 0.8% | 0.69% | - |
| HSV(B) | 73.81º | 0.53% | 0.94% | - |
| XYZ | 60.43 | 76.63 | 27.23 | - |
| YUV | 215.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 113 | 0.12 | 0 | 0.53 | 0.06 | 73.81 | 0.8 | 0.69 |
| Hex | D2 | EF | 71 | C | 0 | 35 | 6 | 4A | 50 | 45 |
| Octal | 322 | 357 | 161 | 14 | 0 | 65 | 6 | 112 | 120 | 105 |
| Binary | 11010010 | 11101111 | 1110001 | 1100 | 0 | 110101 | 110 | 1001010 | 1010000 | 1000101 |
Color Harmonies of #D2EF71
Complementary color
Monochromatic Colors of #D2EF71
Black with #D2EF71
Text Example
Text Example
White with #D2EF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF71; }
p { color: rgb(210,239,113); }
H1.HeaderClassName
{
color: #D2EF71;
}
.AnyTagClassName
{
color: #D2EF71;
}
</style>
background-color css
<style>
a { background-color: #D2EF71; }
a { background-color: rgb(210,239,113); }
div.DivClassName
{
background-color: #D2EF71;
}
.BgClassName
{
background-color: #D2EF71;
}
</style>
border-color css
<style>
span { border-color: #D2EF71; }
span { border-color: rgb(210,239,113); }
td.TdClassName
{
border-color: #D2EF71;
}
.TagClassName
{
border-color: #D2EF71;
}
</style>