Shades of Mindaro #DBE983
Tints of Mindaro #DBE983
RGB
CMYK
RGB Variations
Color information
#DBE983 (or 0xDBE983) is known color: Mindaro. HEX triplet: DB, E9 and 83. RGB value is (219,233,131). Sum of RGB (Red+Green+Blue) = 219+233+131=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 131 (51.56% from 255 or 22.47% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE983 is #24167C. Grayscale: #D9D9D9. Windows color (decimal): -2365053 or 8645083. OLE color: 8645083.
HSL color Cylindrical-coordinate representation of color #DBE983: hue angle of 68.24º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE983 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 131 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.09 |
| HSL | 68.24º | 0.7% | 0.71% | - |
| HSV(B) | 68.24º | 0.44% | 0.91% | - |
| XYZ | 62.45 | 74.98 | 32.65 | - |
| YUV | 217.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 131 | 0.06 | 0 | 0.44 | 0.09 | 68.24 | 0.7 | 0.71 |
| Hex | DB | E9 | 83 | 6 | 0 | 2C | 9 | 44 | 46 | 47 |
| Octal | 333 | 351 | 203 | 6 | 0 | 54 | 11 | 104 | 106 | 107 |
| Binary | 11011011 | 11101001 | 10000011 | 110 | 0 | 101100 | 1001 | 1000100 | 1000110 | 1000111 |
Color Harmonies of #DBE983
Complementary color
Monochromatic Colors of #DBE983
Black with #DBE983
Text Example
Text Example
White with #DBE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE983; }
p { color: rgb(219,233,131); }
H1.HeaderClassName
{
color: #DBE983;
}
.AnyTagClassName
{
color: #DBE983;
}
</style>
background-color css
<style>
a { background-color: #DBE983; }
a { background-color: rgb(219,233,131); }
div.DivClassName
{
background-color: #DBE983;
}
.BgClassName
{
background-color: #DBE983;
}
</style>
border-color css
<style>
span { border-color: #DBE983; }
span { border-color: rgb(219,233,131); }
td.TdClassName
{
border-color: #DBE983;
}
.TagClassName
{
border-color: #DBE983;
}
</style>