Shades of Mindaro #D0EE6D
Tints of Mindaro #D0EE6D
RGB
CMYK
RGB Variations
Color information
#D0EE6D (or 0xD0EE6D) is known color: Mindaro. HEX triplet: D0, EE and 6D. RGB value is (208,238,109). Sum of RGB (Red+Green+Blue) = 208+238+109=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE6D is #2F1192. Grayscale: #D6D6D6. Windows color (decimal): -3084691 or 7204560. OLE color: 7204560.
HSL color Cylindrical-coordinate representation of color #D0EE6D: hue angle of 73.95º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0EE6D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 109 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.07 |
| HSL | 73.95º | 0.79% | 0.68% | - |
| HSV(B) | 73.95º | 0.54% | 0.93% | - |
| XYZ | 59.35 | 75.66 | 25.94 | - |
| YUV | 214.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 109 | 0.13 | 0 | 0.54 | 0.07 | 73.95 | 0.79 | 0.68 |
| Hex | D0 | EE | 6D | D | 0 | 36 | 7 | 4A | 4F | 44 |
| Octal | 320 | 356 | 155 | 15 | 0 | 66 | 7 | 112 | 117 | 104 |
| Binary | 11010000 | 11101110 | 1101101 | 1101 | 0 | 110110 | 111 | 1001010 | 1001111 | 1000100 |
Color Harmonies of #D0EE6D
Complementary color
Monochromatic Colors of #D0EE6D
Black with #D0EE6D
Text Example
Text Example
White with #D0EE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE6D; }
p { color: rgb(208,238,109); }
H1.HeaderClassName
{
color: #D0EE6D;
}
.AnyTagClassName
{
color: #D0EE6D;
}
</style>
background-color css
<style>
a { background-color: #D0EE6D; }
a { background-color: rgb(208,238,109); }
div.DivClassName
{
background-color: #D0EE6D;
}
.BgClassName
{
background-color: #D0EE6D;
}
</style>
border-color css
<style>
span { border-color: #D0EE6D; }
span { border-color: rgb(208,238,109); }
td.TdClassName
{
border-color: #D0EE6D;
}
.TagClassName
{
border-color: #D0EE6D;
}
</style>