Shades of Mindaro #DBEC84
Tints of Mindaro #DBEC84
RGB
CMYK
RGB Variations
Color information
#DBEC84 (or 0xDBEC84) is known color: Mindaro. HEX triplet: DB, EC and 84. RGB value is (219,236,132). Sum of RGB (Red+Green+Blue) = 219+236+132=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC84 is #24137B. Grayscale: #DBDBDB. Windows color (decimal): -2364284 or 8711387. OLE color: 8711387.
HSL color Cylindrical-coordinate representation of color #DBEC84: hue angle of 69.81º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBEC84 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 132 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.07 |
| HSL | 69.81º | 0.73% | 0.72% | - |
| HSV(B) | 69.81º | 0.44% | 0.93% | - |
| XYZ | 63.37 | 76.72 | 33.3 | - |
| YUV | 219.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 132 | 0.07 | 0 | 0.44 | 0.07 | 69.81 | 0.73 | 0.72 |
| Hex | DB | EC | 84 | 7 | 0 | 2C | 7 | 46 | 49 | 48 |
| Octal | 333 | 354 | 204 | 7 | 0 | 54 | 7 | 106 | 111 | 110 |
| Binary | 11011011 | 11101100 | 10000100 | 111 | 0 | 101100 | 111 | 1000110 | 1001001 | 1001000 |
Color Harmonies of #DBEC84
Complementary color
Monochromatic Colors of #DBEC84
Black with #DBEC84
Text Example
Text Example
White with #DBEC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC84; }
p { color: rgb(219,236,132); }
H1.HeaderClassName
{
color: #DBEC84;
}
.AnyTagClassName
{
color: #DBEC84;
}
</style>
background-color css
<style>
a { background-color: #DBEC84; }
a { background-color: rgb(219,236,132); }
div.DivClassName
{
background-color: #DBEC84;
}
.BgClassName
{
background-color: #DBEC84;
}
</style>
border-color css
<style>
span { border-color: #DBEC84; }
span { border-color: rgb(219,236,132); }
td.TdClassName
{
border-color: #DBEC84;
}
.TagClassName
{
border-color: #DBEC84;
}
</style>