Shades of Mindaro #DBED83
Tints of Mindaro #DBED83
RGB
CMYK
RGB Variations
Color information
#DBED83 (or 0xDBED83) is known color: Mindaro. HEX triplet: DB, ED and 83. RGB value is (219,237,131). Sum of RGB (Red+Green+Blue) = 219+237+131=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED83 is #24127C. Grayscale: #DBDBDB. Windows color (decimal): -2364029 or 8646107. OLE color: 8646107.
HSL color Cylindrical-coordinate representation of color #DBED83: hue angle of 70.19º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBED83 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 131 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.07 |
| HSL | 70.19º | 0.75% | 0.72% | - |
| HSV(B) | 70.19º | 0.45% | 0.93% | - |
| XYZ | 63.59 | 77.27 | 33.04 | - |
| YUV | 219.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 131 | 0.08 | 0 | 0.45 | 0.07 | 70.19 | 0.75 | 0.72 |
| Hex | DB | ED | 83 | 8 | 0 | 2D | 7 | 46 | 4B | 48 |
| Octal | 333 | 355 | 203 | 10 | 0 | 55 | 7 | 106 | 113 | 110 |
| Binary | 11011011 | 11101101 | 10000011 | 1000 | 0 | 101101 | 111 | 1000110 | 1001011 | 1001000 |
Color Harmonies of #DBED83
Complementary color
Monochromatic Colors of #DBED83
Black with #DBED83
Text Example
Text Example
White with #DBED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED83; }
p { color: rgb(219,237,131); }
H1.HeaderClassName
{
color: #DBED83;
}
.AnyTagClassName
{
color: #DBED83;
}
</style>
background-color css
<style>
a { background-color: #DBED83; }
a { background-color: rgb(219,237,131); }
div.DivClassName
{
background-color: #DBED83;
}
.BgClassName
{
background-color: #DBED83;
}
</style>
border-color css
<style>
span { border-color: #DBED83; }
span { border-color: rgb(219,237,131); }
td.TdClassName
{
border-color: #DBED83;
}
.TagClassName
{
border-color: #DBED83;
}
</style>