Shades of Mindaro #DBEE66
Tints of Mindaro #DBEE66
RGB
CMYK
RGB Variations
Color information
#DBEE66 (or 0xDBEE66) is known color: Mindaro. HEX triplet: DB, EE and 66. RGB value is (219,238,102). Sum of RGB (Red+Green+Blue) = 219+238+102=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE66 is #241199. Grayscale: #D9D9D9. Windows color (decimal): -2363802 or 6745819. OLE color: 6745819.
HSL color Cylindrical-coordinate representation of color #DBEE66: hue angle of 68.38º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBEE66 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 102 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.07 |
| HSL | 68.38º | 0.8% | 0.67% | - |
| HSV(B) | 68.38º | 0.57% | 0.93% | - |
| XYZ | 62.19 | 77.17 | 24.19 | - |
| YUV | 216.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 102 | 0.08 | 0 | 0.57 | 0.07 | 68.38 | 0.8 | 0.67 |
| Hex | DB | EE | 66 | 8 | 0 | 39 | 7 | 44 | 50 | 43 |
| Octal | 333 | 356 | 146 | 10 | 0 | 71 | 7 | 104 | 120 | 103 |
| Binary | 11011011 | 11101110 | 1100110 | 1000 | 0 | 111001 | 111 | 1000100 | 1010000 | 1000011 |
Color Harmonies of #DBEE66
Complementary color
Monochromatic Colors of #DBEE66
Black with #DBEE66
Text Example
Text Example
White with #DBEE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE66; }
p { color: rgb(219,238,102); }
H1.HeaderClassName
{
color: #DBEE66;
}
.AnyTagClassName
{
color: #DBEE66;
}
</style>
background-color css
<style>
a { background-color: #DBEE66; }
a { background-color: rgb(219,238,102); }
div.DivClassName
{
background-color: #DBEE66;
}
.BgClassName
{
background-color: #DBEE66;
}
</style>
border-color css
<style>
span { border-color: #DBEE66; }
span { border-color: rgb(219,238,102); }
td.TdClassName
{
border-color: #DBEE66;
}
.TagClassName
{
border-color: #DBEE66;
}
</style>