Shades of Mindaro #D6EE71
Tints of Mindaro #D6EE71
RGB
CMYK
RGB Variations
Color information
#D6EE71 (or 0xD6EE71) is known color: Mindaro. HEX triplet: D6, EE and 71. RGB value is (214,238,113). Sum of RGB (Red+Green+Blue) = 214+238+113=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE71 is #29118E. Grayscale: #D9D9D9. Windows color (decimal): -2691471 or 7466710. OLE color: 7466710.
HSL color Cylindrical-coordinate representation of color #D6EE71: hue angle of 71.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6EE71 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 113 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.07 |
| HSL | 71.52º | 0.79% | 0.69% | - |
| HSV(B) | 71.52º | 0.53% | 0.93% | - |
| XYZ | 61.29 | 76.64 | 27.19 | - |
| YUV | 216.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 113 | 0.10 | 0 | 0.53 | 0.07 | 71.52 | 0.79 | 0.69 |
| Hex | D6 | EE | 71 | A | 0 | 35 | 7 | 48 | 4F | 45 |
| Octal | 326 | 356 | 161 | 12 | 0 | 65 | 7 | 110 | 117 | 105 |
| Binary | 11010110 | 11101110 | 1110001 | 1010 | 0 | 110101 | 111 | 1001000 | 1001111 | 1000101 |
Color Harmonies of #D6EE71
Complementary color
Monochromatic Colors of #D6EE71
Black with #D6EE71
Text Example
Text Example
White with #D6EE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE71; }
p { color: rgb(214,238,113); }
H1.HeaderClassName
{
color: #D6EE71;
}
.AnyTagClassName
{
color: #D6EE71;
}
</style>
background-color css
<style>
a { background-color: #D6EE71; }
a { background-color: rgb(214,238,113); }
div.DivClassName
{
background-color: #D6EE71;
}
.BgClassName
{
background-color: #D6EE71;
}
</style>
border-color css
<style>
span { border-color: #D6EE71; }
span { border-color: rgb(214,238,113); }
td.TdClassName
{
border-color: #D6EE71;
}
.TagClassName
{
border-color: #D6EE71;
}
</style>