Shades of Mindaro #D6EE73
Tints of Mindaro #D6EE73
RGB
CMYK
RGB Variations
Color information
#D6EE73 (or 0xD6EE73) is known color: Mindaro. HEX triplet: D6, EE and 73. RGB value is (214,238,115). Sum of RGB (Red+Green+Blue) = 214+238+115=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE73 is #29118C. Grayscale: #D9D9D9. Windows color (decimal): -2691469 or 7597782. OLE color: 7597782.
HSL color Cylindrical-coordinate representation of color #D6EE73: hue angle of 71.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6EE73 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 115 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.07 |
| HSL | 71.71º | 0.78% | 0.69% | - |
| HSV(B) | 71.71º | 0.52% | 0.93% | - |
| XYZ | 61.4 | 76.68 | 27.78 | - |
| YUV | 216.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 115 | 0.10 | 0 | 0.52 | 0.07 | 71.71 | 0.78 | 0.69 |
| Hex | D6 | EE | 73 | A | 0 | 34 | 7 | 48 | 4E | 45 |
| Octal | 326 | 356 | 163 | 12 | 0 | 64 | 7 | 110 | 116 | 105 |
| Binary | 11010110 | 11101110 | 1110011 | 1010 | 0 | 110100 | 111 | 1001000 | 1001110 | 1000101 |
Color Harmonies of #D6EE73
Complementary color
Monochromatic Colors of #D6EE73
Black with #D6EE73
Text Example
Text Example
White with #D6EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE73; }
p { color: rgb(214,238,115); }
H1.HeaderClassName
{
color: #D6EE73;
}
.AnyTagClassName
{
color: #D6EE73;
}
</style>
background-color css
<style>
a { background-color: #D6EE73; }
a { background-color: rgb(214,238,115); }
div.DivClassName
{
background-color: #D6EE73;
}
.BgClassName
{
background-color: #D6EE73;
}
</style>
border-color css
<style>
span { border-color: #D6EE73; }
span { border-color: rgb(214,238,115); }
td.TdClassName
{
border-color: #D6EE73;
}
.TagClassName
{
border-color: #D6EE73;
}
</style>