Shades of Mindaro #DBE380
Tints of Mindaro #DBE380
RGB
CMYK
RGB Variations
Color information
#DBE380 (or 0xDBE380) is known color: Mindaro. HEX triplet: DB, E3 and 80. RGB value is (219,227,128). Sum of RGB (Red+Green+Blue) = 219+227+128=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE380 is #241C7F. Grayscale: #D5D5D5. Windows color (decimal): -2366592 or 8446939. OLE color: 8446939.
HSL color Cylindrical-coordinate representation of color #DBE380: hue angle of 64.85º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE380 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 128 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.11 |
| HSL | 64.85º | 0.64% | 0.7% | - |
| HSV(B) | 64.85º | 0.44% | 0.89% | - |
| XYZ | 60.58 | 71.56 | 31.04 | - |
| YUV | 213.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 128 | 0.04 | 0 | 0.44 | 0.11 | 64.85 | 0.64 | 0.7 |
| Hex | DB | E3 | 80 | 4 | 0 | 2C | B | 41 | 40 | 46 |
| Octal | 333 | 343 | 200 | 4 | 0 | 54 | 13 | 101 | 100 | 106 |
| Binary | 11011011 | 11100011 | 10000000 | 100 | 0 | 101100 | 1011 | 1000001 | 1000000 | 1000110 |
Color Harmonies of #DBE380
Complementary color
Monochromatic Colors of #DBE380
Black with #DBE380
Text Example
Text Example
White with #DBE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE380; }
p { color: rgb(219,227,128); }
H1.HeaderClassName
{
color: #DBE380;
}
.AnyTagClassName
{
color: #DBE380;
}
</style>
background-color css
<style>
a { background-color: #DBE380; }
a { background-color: rgb(219,227,128); }
div.DivClassName
{
background-color: #DBE380;
}
.BgClassName
{
background-color: #DBE380;
}
</style>
border-color css
<style>
span { border-color: #DBE380; }
span { border-color: rgb(219,227,128); }
td.TdClassName
{
border-color: #DBE380;
}
.TagClassName
{
border-color: #DBE380;
}
</style>