Shades of Mindaro #DBEE73
Tints of Mindaro #DBEE73
RGB
CMYK
RGB Variations
Color information
#DBEE73 (or 0xDBEE73) is known color: Mindaro. HEX triplet: DB, EE and 73. RGB value is (219,238,115). Sum of RGB (Red+Green+Blue) = 219+238+115=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE73 is #24118C. Grayscale: #DADADA. Windows color (decimal): -2363789 or 7597787. OLE color: 7597787.
HSL color Cylindrical-coordinate representation of color #DBEE73: hue angle of 69.27º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBEE73 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 115 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.07 |
| HSL | 69.27º | 0.78% | 0.69% | - |
| HSV(B) | 69.27º | 0.52% | 0.93% | - |
| XYZ | 62.88 | 77.45 | 27.85 | - |
| YUV | 218.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 115 | 0.08 | 0 | 0.52 | 0.07 | 69.27 | 0.78 | 0.69 |
| Hex | DB | EE | 73 | 8 | 0 | 34 | 7 | 45 | 4E | 45 |
| Octal | 333 | 356 | 163 | 10 | 0 | 64 | 7 | 105 | 116 | 105 |
| Binary | 11011011 | 11101110 | 1110011 | 1000 | 0 | 110100 | 111 | 1000101 | 1001110 | 1000101 |
Color Harmonies of #DBEE73
Complementary color
Monochromatic Colors of #DBEE73
Black with #DBEE73
Text Example
Text Example
White with #DBEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE73; }
p { color: rgb(219,238,115); }
H1.HeaderClassName
{
color: #DBEE73;
}
.AnyTagClassName
{
color: #DBEE73;
}
</style>
background-color css
<style>
a { background-color: #DBEE73; }
a { background-color: rgb(219,238,115); }
div.DivClassName
{
background-color: #DBEE73;
}
.BgClassName
{
background-color: #DBEE73;
}
</style>
border-color css
<style>
span { border-color: #DBEE73; }
span { border-color: rgb(219,238,115); }
td.TdClassName
{
border-color: #DBEE73;
}
.TagClassName
{
border-color: #DBEE73;
}
</style>