Shades of Mindaro #DBEC82
Tints of Mindaro #DBEC82
RGB
CMYK
RGB Variations
Color information
#DBEC82 (or 0xDBEC82) is known color: Mindaro. HEX triplet: DB, EC and 82. RGB value is (219,236,130). Sum of RGB (Red+Green+Blue) = 219+236+130=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC82 is #24137D. Grayscale: #DBDBDB. Windows color (decimal): -2364286 or 8580315. OLE color: 8580315.
HSL color Cylindrical-coordinate representation of color #DBEC82: hue angle of 69.62º degrees, saturation: 0.74, 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 #DBEC82 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 130 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.07 |
| HSL | 69.62º | 0.74% | 0.72% | - |
| HSV(B) | 69.62º | 0.45% | 0.93% | - |
| XYZ | 63.24 | 76.66 | 32.58 | - |
| YUV | 218.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 130 | 0.07 | 0 | 0.45 | 0.07 | 69.62 | 0.74 | 0.72 |
| Hex | DB | EC | 82 | 7 | 0 | 2D | 7 | 46 | 4A | 48 |
| Octal | 333 | 354 | 202 | 7 | 0 | 55 | 7 | 106 | 112 | 110 |
| Binary | 11011011 | 11101100 | 10000010 | 111 | 0 | 101101 | 111 | 1000110 | 1001010 | 1001000 |
Color Harmonies of #DBEC82
Complementary color
Monochromatic Colors of #DBEC82
Black with #DBEC82
Text Example
Text Example
White with #DBEC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC82; }
p { color: rgb(219,236,130); }
H1.HeaderClassName
{
color: #DBEC82;
}
.AnyTagClassName
{
color: #DBEC82;
}
</style>
background-color css
<style>
a { background-color: #DBEC82; }
a { background-color: rgb(219,236,130); }
div.DivClassName
{
background-color: #DBEC82;
}
.BgClassName
{
background-color: #DBEC82;
}
</style>
border-color css
<style>
span { border-color: #DBEC82; }
span { border-color: rgb(219,236,130); }
td.TdClassName
{
border-color: #DBEC82;
}
.TagClassName
{
border-color: #DBEC82;
}
</style>