Shades of Mindaro #DBE977
Tints of Mindaro #DBE977
RGB
CMYK
RGB Variations
Color information
#DBE977 (or 0xDBE977) is known color: Mindaro. HEX triplet: DB, E9 and 77. RGB value is (219,233,119). Sum of RGB (Red+Green+Blue) = 219+233+119=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE977 is #241688. Grayscale: #D8D8D8. Windows color (decimal): -2365065 or 7858651. OLE color: 7858651.
HSL color Cylindrical-coordinate representation of color #DBE977: hue angle of 67.37º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBE977 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 119 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.09 |
| HSL | 67.37º | 0.72% | 0.69% | - |
| HSV(B) | 67.37º | 0.49% | 0.91% | - |
| XYZ | 61.68 | 74.67 | 28.61 | - |
| YUV | 215.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 119 | 0.06 | 0 | 0.49 | 0.09 | 67.37 | 0.72 | 0.69 |
| Hex | DB | E9 | 77 | 6 | 0 | 31 | 9 | 43 | 48 | 45 |
| Octal | 333 | 351 | 167 | 6 | 0 | 61 | 11 | 103 | 110 | 105 |
| Binary | 11011011 | 11101001 | 1110111 | 110 | 0 | 110001 | 1001 | 1000011 | 1001000 | 1000101 |
Color Harmonies of #DBE977
Complementary color
Monochromatic Colors of #DBE977
Black with #DBE977
Text Example
Text Example
White with #DBE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE977; }
p { color: rgb(219,233,119); }
H1.HeaderClassName
{
color: #DBE977;
}
.AnyTagClassName
{
color: #DBE977;
}
</style>
background-color css
<style>
a { background-color: #DBE977; }
a { background-color: rgb(219,233,119); }
div.DivClassName
{
background-color: #DBE977;
}
.BgClassName
{
background-color: #DBE977;
}
</style>
border-color css
<style>
span { border-color: #DBE977; }
span { border-color: rgb(219,233,119); }
td.TdClassName
{
border-color: #DBE977;
}
.TagClassName
{
border-color: #DBE977;
}
</style>