Shades of Mindaro #DBEE64
Tints of Mindaro #DBEE64
RGB
CMYK
RGB Variations
Color information
#DBEE64 (or 0xDBEE64) is known color: Mindaro. HEX triplet: DB, EE and 64. RGB value is (219,238,100). Sum of RGB (Red+Green+Blue) = 219+238+100=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE64 is #24119B. Grayscale: #D9D9D9. Windows color (decimal): -2363804 or 6614747. OLE color: 6614747.
HSL color Cylindrical-coordinate representation of color #DBEE64: hue angle of 68.26º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBEE64 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 100 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.07 |
| HSL | 68.26º | 0.8% | 0.66% | - |
| HSV(B) | 68.26º | 0.58% | 0.93% | - |
| XYZ | 62.09 | 77.13 | 23.67 | - |
| YUV | 216.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 100 | 0.08 | 0 | 0.58 | 0.07 | 68.26 | 0.8 | 0.66 |
| Hex | DB | EE | 64 | 8 | 0 | 3A | 7 | 44 | 50 | 42 |
| Octal | 333 | 356 | 144 | 10 | 0 | 72 | 7 | 104 | 120 | 102 |
| Binary | 11011011 | 11101110 | 1100100 | 1000 | 0 | 111010 | 111 | 1000100 | 1010000 | 1000010 |
Color Harmonies of #DBEE64
Complementary color
Monochromatic Colors of #DBEE64
Black with #DBEE64
Text Example
Text Example
White with #DBEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE64; }
p { color: rgb(219,238,100); }
H1.HeaderClassName
{
color: #DBEE64;
}
.AnyTagClassName
{
color: #DBEE64;
}
</style>
background-color css
<style>
a { background-color: #DBEE64; }
a { background-color: rgb(219,238,100); }
div.DivClassName
{
background-color: #DBEE64;
}
.BgClassName
{
background-color: #DBEE64;
}
</style>
border-color css
<style>
span { border-color: #DBEE64; }
span { border-color: rgb(219,238,100); }
td.TdClassName
{
border-color: #DBEE64;
}
.TagClassName
{
border-color: #DBEE64;
}
</style>