Shades of Mindaro #DBEE62
Tints of Mindaro #DBEE62
RGB
CMYK
RGB Variations
Color information
#DBEE62 (or 0xDBEE62) is known color: Mindaro. HEX triplet: DB, EE and 62. RGB value is (219,238,98). Sum of RGB (Red+Green+Blue) = 219+238+98=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE62 is #24119D. Grayscale: #D8D8D8. Windows color (decimal): -2363806 or 6483675. OLE color: 6483675.
HSL color Cylindrical-coordinate representation of color #DBEE62: hue angle of 68.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBEE62 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 98 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.07 |
| HSL | 68.14º | 0.8% | 0.66% | - |
| HSV(B) | 68.14º | 0.59% | 0.93% | - |
| XYZ | 61.99 | 77.09 | 23.17 | - |
| YUV | 216.36 | 61.21 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 98 | 0.08 | 0 | 0.59 | 0.07 | 68.14 | 0.8 | 0.66 |
| Hex | DB | EE | 62 | 8 | 0 | 3B | 7 | 44 | 50 | 42 |
| Octal | 333 | 356 | 142 | 10 | 0 | 73 | 7 | 104 | 120 | 102 |
| Binary | 11011011 | 11101110 | 1100010 | 1000 | 0 | 111011 | 111 | 1000100 | 1010000 | 1000010 |
Color Harmonies of #DBEE62
Complementary color
Monochromatic Colors of #DBEE62
Black with #DBEE62
Text Example
Text Example
White with #DBEE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE62; }
p { color: rgb(219,238,98); }
H1.HeaderClassName
{
color: #DBEE62;
}
.AnyTagClassName
{
color: #DBEE62;
}
</style>
background-color css
<style>
a { background-color: #DBEE62; }
a { background-color: rgb(219,238,98); }
div.DivClassName
{
background-color: #DBEE62;
}
.BgClassName
{
background-color: #DBEE62;
}
</style>
border-color css
<style>
span { border-color: #DBEE62; }
span { border-color: rgb(219,238,98); }
td.TdClassName
{
border-color: #DBEE62;
}
.TagClassName
{
border-color: #DBEE62;
}
</style>