Shades of Mindaro #D6EE63
Tints of Mindaro #D6EE63
RGB
CMYK
RGB Variations
Color information
#D6EE63 (or 0xD6EE63) is known color: Mindaro. HEX triplet: D6, EE and 63. RGB value is (214,238,99). Sum of RGB (Red+Green+Blue) = 214+238+99=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE63 is #29119C. Grayscale: #D7D7D7. Windows color (decimal): -2691485 or 6549206. OLE color: 6549206.
HSL color Cylindrical-coordinate representation of color #D6EE63: hue angle of 70.36º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6EE63 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 99 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.07 |
| HSL | 70.36º | 0.8% | 0.66% | - |
| HSV(B) | 70.36º | 0.58% | 0.93% | - |
| XYZ | 60.56 | 76.35 | 23.35 | - |
| YUV | 214.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 99 | 0.10 | 0 | 0.58 | 0.07 | 70.36 | 0.8 | 0.66 |
| Hex | D6 | EE | 63 | A | 0 | 3A | 7 | 46 | 50 | 42 |
| Octal | 326 | 356 | 143 | 12 | 0 | 72 | 7 | 106 | 120 | 102 |
| Binary | 11010110 | 11101110 | 1100011 | 1010 | 0 | 111010 | 111 | 1000110 | 1010000 | 1000010 |
Color Harmonies of #D6EE63
Complementary color
Monochromatic Colors of #D6EE63
Black with #D6EE63
Text Example
Text Example
White with #D6EE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE63; }
p { color: rgb(214,238,99); }
H1.HeaderClassName
{
color: #D6EE63;
}
.AnyTagClassName
{
color: #D6EE63;
}
</style>
background-color css
<style>
a { background-color: #D6EE63; }
a { background-color: rgb(214,238,99); }
div.DivClassName
{
background-color: #D6EE63;
}
.BgClassName
{
background-color: #D6EE63;
}
</style>
border-color css
<style>
span { border-color: #D6EE63; }
span { border-color: rgb(214,238,99); }
td.TdClassName
{
border-color: #D6EE63;
}
.TagClassName
{
border-color: #D6EE63;
}
</style>