Shades of Mindaro #DBE874
Tints of Mindaro #DBE874
RGB
CMYK
RGB Variations
Color information
#DBE874 (or 0xDBE874) is known color: Mindaro. HEX triplet: DB, E8 and 74. RGB value is (219,232,116). Sum of RGB (Red+Green+Blue) = 219+232+116=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE874 is #24178B. Grayscale: #D7D7D7. Windows color (decimal): -2365324 or 7661787. OLE color: 7661787.
HSL color Cylindrical-coordinate representation of color #DBE874: hue angle of 66.72º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE874 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 116 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.09 |
| HSL | 66.72º | 0.72% | 0.68% | - |
| HSV(B) | 66.72º | 0.5% | 0.91% | - |
| XYZ | 61.22 | 74.03 | 27.59 | - |
| YUV | 214.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 116 | 0.06 | 0 | 0.50 | 0.09 | 66.72 | 0.72 | 0.68 |
| Hex | DB | E8 | 74 | 6 | 0 | 32 | 9 | 43 | 48 | 44 |
| Octal | 333 | 350 | 164 | 6 | 0 | 62 | 11 | 103 | 110 | 104 |
| Binary | 11011011 | 11101000 | 1110100 | 110 | 0 | 110010 | 1001 | 1000011 | 1001000 | 1000100 |
Color Harmonies of #DBE874
Complementary color
Monochromatic Colors of #DBE874
Black with #DBE874
Text Example
Text Example
White with #DBE874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE874; }
p { color: rgb(219,232,116); }
H1.HeaderClassName
{
color: #DBE874;
}
.AnyTagClassName
{
color: #DBE874;
}
</style>
background-color css
<style>
a { background-color: #DBE874; }
a { background-color: rgb(219,232,116); }
div.DivClassName
{
background-color: #DBE874;
}
.BgClassName
{
background-color: #DBE874;
}
</style>
border-color css
<style>
span { border-color: #DBE874; }
span { border-color: rgb(219,232,116); }
td.TdClassName
{
border-color: #DBE874;
}
.TagClassName
{
border-color: #DBE874;
}
</style>