Shades of Mindaro #DBE676
Tints of Mindaro #DBE676
RGB
CMYK
RGB Variations
Color information
#DBE676 (or 0xDBE676) is known color: Mindaro. HEX triplet: DB, E6 and 76. RGB value is (219,230,118). Sum of RGB (Red+Green+Blue) = 219+230+118=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE676 is #241989. Grayscale: #D6D6D6. Windows color (decimal): -2365834 or 7792347. OLE color: 7792347.
HSL color Cylindrical-coordinate representation of color #DBE676: hue angle of 65.89º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE676 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 118 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.10 |
| HSL | 65.89º | 0.69% | 0.68% | - |
| HSV(B) | 65.89º | 0.49% | 0.9% | - |
| XYZ | 60.78 | 72.96 | 28.02 | - |
| YUV | 213.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 118 | 0.05 | 0 | 0.49 | 0.10 | 65.89 | 0.69 | 0.68 |
| Hex | DB | E6 | 76 | 5 | 0 | 31 | A | 42 | 45 | 44 |
| Octal | 333 | 346 | 166 | 5 | 0 | 61 | 12 | 102 | 105 | 104 |
| Binary | 11011011 | 11100110 | 1110110 | 101 | 0 | 110001 | 1010 | 1000010 | 1000101 | 1000100 |
Color Harmonies of #DBE676
Complementary color
Monochromatic Colors of #DBE676
Black with #DBE676
Text Example
Text Example
White with #DBE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE676; }
p { color: rgb(219,230,118); }
H1.HeaderClassName
{
color: #DBE676;
}
.AnyTagClassName
{
color: #DBE676;
}
</style>
background-color css
<style>
a { background-color: #DBE676; }
a { background-color: rgb(219,230,118); }
div.DivClassName
{
background-color: #DBE676;
}
.BgClassName
{
background-color: #DBE676;
}
</style>
border-color css
<style>
span { border-color: #DBE676; }
span { border-color: rgb(219,230,118); }
td.TdClassName
{
border-color: #DBE676;
}
.TagClassName
{
border-color: #DBE676;
}
</style>