Shades of Mindaro #DBE674
Tints of Mindaro #DBE674
RGB
CMYK
RGB Variations
Color information
#DBE674 (or 0xDBE674) is known color: Mindaro. HEX triplet: DB, E6 and 74. RGB value is (219,230,116). Sum of RGB (Red+Green+Blue) = 219+230+116=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE674 is #24198B. Grayscale: #D6D6D6. Windows color (decimal): -2365836 or 7661275. OLE color: 7661275.
HSL color Cylindrical-coordinate representation of color #DBE674: hue angle of 65.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE674 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 116 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.10 |
| HSL | 65.79º | 0.7% | 0.68% | - |
| HSV(B) | 65.79º | 0.5% | 0.9% | - |
| XYZ | 60.66 | 72.91 | 27.4 | - |
| YUV | 213.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 116 | 0.05 | 0 | 0.50 | 0.10 | 65.79 | 0.7 | 0.68 |
| Hex | DB | E6 | 74 | 5 | 0 | 32 | A | 42 | 46 | 44 |
| Octal | 333 | 346 | 164 | 5 | 0 | 62 | 12 | 102 | 106 | 104 |
| Binary | 11011011 | 11100110 | 1110100 | 101 | 0 | 110010 | 1010 | 1000010 | 1000110 | 1000100 |
Color Harmonies of #DBE674
Complementary color
Monochromatic Colors of #DBE674
Black with #DBE674
Text Example
Text Example
White with #DBE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE674; }
p { color: rgb(219,230,116); }
H1.HeaderClassName
{
color: #DBE674;
}
.AnyTagClassName
{
color: #DBE674;
}
</style>
background-color css
<style>
a { background-color: #DBE674; }
a { background-color: rgb(219,230,116); }
div.DivClassName
{
background-color: #DBE674;
}
.BgClassName
{
background-color: #DBE674;
}
</style>
border-color css
<style>
span { border-color: #DBE674; }
span { border-color: rgb(219,230,116); }
td.TdClassName
{
border-color: #DBE674;
}
.TagClassName
{
border-color: #DBE674;
}
</style>