Shades of Mindaro #DBEE65
Tints of Mindaro #DBEE65
RGB
CMYK
RGB Variations
Color information
#DBEE65 (or 0xDBEE65) is known color: Mindaro. HEX triplet: DB, EE and 65. RGB value is (219,238,101). Sum of RGB (Red+Green+Blue) = 219+238+101=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE65 is #24119A. Grayscale: #D9D9D9. Windows color (decimal): -2363803 or 6680283. OLE color: 6680283.
HSL color Cylindrical-coordinate representation of color #DBEE65: hue angle of 68.32º 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 #DBEE65 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 101 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.07 |
| HSL | 68.32º | 0.8% | 0.66% | - |
| HSV(B) | 68.32º | 0.58% | 0.93% | - |
| XYZ | 62.14 | 77.15 | 23.93 | - |
| YUV | 216.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 101 | 0.08 | 0 | 0.58 | 0.07 | 68.32 | 0.8 | 0.66 |
| Hex | DB | EE | 65 | 8 | 0 | 3A | 7 | 44 | 50 | 42 |
| Octal | 333 | 356 | 145 | 10 | 0 | 72 | 7 | 104 | 120 | 102 |
| Binary | 11011011 | 11101110 | 1100101 | 1000 | 0 | 111010 | 111 | 1000100 | 1010000 | 1000010 |
Color Harmonies of #DBEE65
Complementary color
Monochromatic Colors of #DBEE65
Black with #DBEE65
Text Example
Text Example
White with #DBEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE65; }
p { color: rgb(219,238,101); }
H1.HeaderClassName
{
color: #DBEE65;
}
.AnyTagClassName
{
color: #DBEE65;
}
</style>
background-color css
<style>
a { background-color: #DBEE65; }
a { background-color: rgb(219,238,101); }
div.DivClassName
{
background-color: #DBEE65;
}
.BgClassName
{
background-color: #DBEE65;
}
</style>
border-color css
<style>
span { border-color: #DBEE65; }
span { border-color: rgb(219,238,101); }
td.TdClassName
{
border-color: #DBEE65;
}
.TagClassName
{
border-color: #DBEE65;
}
</style>