Shades of Mindaro #DBE375
Tints of Mindaro #DBE375
RGB
CMYK
RGB Variations
Color information
#DBE375 (or 0xDBE375) is known color: Mindaro. HEX triplet: DB, E3 and 75. RGB value is (219,227,117). Sum of RGB (Red+Green+Blue) = 219+227+117=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE375 is #241C8A. Grayscale: #D4D4D4. Windows color (decimal): -2366603 or 7726043. OLE color: 7726043.
HSL color Cylindrical-coordinate representation of color #DBE375: hue angle of 64.36º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBE375 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 117 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.36º | 0.66% | 0.67% | - |
| HSV(B) | 64.36º | 0.48% | 0.89% | - |
| XYZ | 59.89 | 71.28 | 27.43 | - |
| YUV | 212.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 117 | 0.04 | 0 | 0.48 | 0.11 | 64.36 | 0.66 | 0.67 |
| Hex | DB | E3 | 75 | 4 | 0 | 30 | B | 40 | 42 | 43 |
| Octal | 333 | 343 | 165 | 4 | 0 | 60 | 13 | 100 | 102 | 103 |
| Binary | 11011011 | 11100011 | 1110101 | 100 | 0 | 110000 | 1011 | 1000000 | 1000010 | 1000011 |
Color Harmonies of #DBE375
Complementary color
Monochromatic Colors of #DBE375
Black with #DBE375
Text Example
Text Example
White with #DBE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE375; }
p { color: rgb(219,227,117); }
H1.HeaderClassName
{
color: #DBE375;
}
.AnyTagClassName
{
color: #DBE375;
}
</style>
background-color css
<style>
a { background-color: #DBE375; }
a { background-color: rgb(219,227,117); }
div.DivClassName
{
background-color: #DBE375;
}
.BgClassName
{
background-color: #DBE375;
}
</style>
border-color css
<style>
span { border-color: #DBE375; }
span { border-color: rgb(219,227,117); }
td.TdClassName
{
border-color: #DBE375;
}
.TagClassName
{
border-color: #DBE375;
}
</style>