Shades of Mindaro #DBEE6E
Tints of Mindaro #DBEE6E
RGB
CMYK
RGB Variations
Color information
#DBEE6E (or 0xDBEE6E) is known color: Mindaro. HEX triplet: DB, EE and 6E. RGB value is (219,238,110). Sum of RGB (Red+Green+Blue) = 219+238+110=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE6E is #241191. Grayscale: #DADADA. Windows color (decimal): -2363794 or 7270107. OLE color: 7270107.
HSL color Cylindrical-coordinate representation of color #DBEE6E: hue angle of 68.91º 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 #DBEE6E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 110 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.07 |
| HSL | 68.91º | 0.79% | 0.68% | - |
| HSV(B) | 68.91º | 0.54% | 0.93% | - |
| XYZ | 62.6 | 77.33 | 26.38 | - |
| YUV | 217.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 110 | 0.08 | 0 | 0.54 | 0.07 | 68.91 | 0.79 | 0.68 |
| Hex | DB | EE | 6E | 8 | 0 | 36 | 7 | 45 | 4F | 44 |
| Octal | 333 | 356 | 156 | 10 | 0 | 66 | 7 | 105 | 117 | 104 |
| Binary | 11011011 | 11101110 | 1101110 | 1000 | 0 | 110110 | 111 | 1000101 | 1001111 | 1000100 |
Color Harmonies of #DBEE6E
Complementary color
Monochromatic Colors of #DBEE6E
Black with #DBEE6E
Text Example
Text Example
White with #DBEE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE6E; }
p { color: rgb(219,238,110); }
H1.HeaderClassName
{
color: #DBEE6E;
}
.AnyTagClassName
{
color: #DBEE6E;
}
</style>
background-color css
<style>
a { background-color: #DBEE6E; }
a { background-color: rgb(219,238,110); }
div.DivClassName
{
background-color: #DBEE6E;
}
.BgClassName
{
background-color: #DBEE6E;
}
</style>
border-color css
<style>
span { border-color: #DBEE6E; }
span { border-color: rgb(219,238,110); }
td.TdClassName
{
border-color: #DBEE6E;
}
.TagClassName
{
border-color: #DBEE6E;
}
</style>