Shades of Mindaro #DBEA82
Tints of Mindaro #DBEA82
RGB
CMYK
RGB Variations
Color information
#DBEA82 (or 0xDBEA82) is known color: Mindaro. HEX triplet: DB, EA and 82. RGB value is (219,234,130). Sum of RGB (Red+Green+Blue) = 219+234+130=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA82 is #24157D. Grayscale: #DADADA. Windows color (decimal): -2364798 or 8579803. OLE color: 8579803.
HSL color Cylindrical-coordinate representation of color #DBEA82: hue angle of 68.65º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBEA82 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 130 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.08 |
| HSL | 68.65º | 0.71% | 0.71% | - |
| HSV(B) | 68.65º | 0.44% | 0.92% | - |
| XYZ | 62.67 | 75.52 | 32.39 | - |
| YUV | 217.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 130 | 0.06 | 0 | 0.44 | 0.08 | 68.65 | 0.71 | 0.71 |
| Hex | DB | EA | 82 | 6 | 0 | 2C | 8 | 45 | 47 | 47 |
| Octal | 333 | 352 | 202 | 6 | 0 | 54 | 10 | 105 | 107 | 107 |
| Binary | 11011011 | 11101010 | 10000010 | 110 | 0 | 101100 | 1000 | 1000101 | 1000111 | 1000111 |
Color Harmonies of #DBEA82
Complementary color
Monochromatic Colors of #DBEA82
Black with #DBEA82
Text Example
Text Example
White with #DBEA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA82; }
p { color: rgb(219,234,130); }
H1.HeaderClassName
{
color: #DBEA82;
}
.AnyTagClassName
{
color: #DBEA82;
}
</style>
background-color css
<style>
a { background-color: #DBEA82; }
a { background-color: rgb(219,234,130); }
div.DivClassName
{
background-color: #DBEA82;
}
.BgClassName
{
background-color: #DBEA82;
}
</style>
border-color css
<style>
span { border-color: #DBEA82; }
span { border-color: rgb(219,234,130); }
td.TdClassName
{
border-color: #DBEA82;
}
.TagClassName
{
border-color: #DBEA82;
}
</style>