Shades of Mindaro #D6EE67
Tints of Mindaro #D6EE67
RGB
CMYK
RGB Variations
Color information
#D6EE67 (or 0xD6EE67) is known color: Mindaro. HEX triplet: D6, EE and 67. RGB value is (214,238,103). Sum of RGB (Red+Green+Blue) = 214+238+103=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE67 is #291198. Grayscale: #D7D7D7. Windows color (decimal): -2691481 or 6811350. OLE color: 6811350.
HSL color Cylindrical-coordinate representation of color #D6EE67: hue angle of 70.67º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6EE67 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 103 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.07 |
| HSL | 70.67º | 0.8% | 0.67% | - |
| HSV(B) | 70.67º | 0.57% | 0.93% | - |
| XYZ | 60.75 | 76.42 | 24.38 | - |
| YUV | 215.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 103 | 0.10 | 0 | 0.57 | 0.07 | 70.67 | 0.8 | 0.67 |
| Hex | D6 | EE | 67 | A | 0 | 39 | 7 | 47 | 50 | 43 |
| Octal | 326 | 356 | 147 | 12 | 0 | 71 | 7 | 107 | 120 | 103 |
| Binary | 11010110 | 11101110 | 1100111 | 1010 | 0 | 111001 | 111 | 1000111 | 1010000 | 1000011 |
Color Harmonies of #D6EE67
Complementary color
Monochromatic Colors of #D6EE67
Black with #D6EE67
Text Example
Text Example
White with #D6EE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE67; }
p { color: rgb(214,238,103); }
H1.HeaderClassName
{
color: #D6EE67;
}
.AnyTagClassName
{
color: #D6EE67;
}
</style>
background-color css
<style>
a { background-color: #D6EE67; }
a { background-color: rgb(214,238,103); }
div.DivClassName
{
background-color: #D6EE67;
}
.BgClassName
{
background-color: #D6EE67;
}
</style>
border-color css
<style>
span { border-color: #D6EE67; }
span { border-color: rgb(214,238,103); }
td.TdClassName
{
border-color: #D6EE67;
}
.TagClassName
{
border-color: #D6EE67;
}
</style>