Shades of Mindaro #DBEC85
Tints of Mindaro #DBEC85
RGB
CMYK
RGB Variations
Color information
#DBEC85 (or 0xDBEC85) is known color: Mindaro. HEX triplet: DB, EC and 85. RGB value is (219,236,133). Sum of RGB (Red+Green+Blue) = 219+236+133=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC85 is #24137A. Grayscale: #DBDBDB. Windows color (decimal): -2364283 or 8776923. OLE color: 8776923.
HSL color Cylindrical-coordinate representation of color #DBEC85: hue angle of 69.9º 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 #DBEC85 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 133 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.07 |
| HSL | 69.9º | 0.73% | 0.72% | - |
| HSV(B) | 69.9º | 0.44% | 0.93% | - |
| XYZ | 63.44 | 76.74 | 33.66 | - |
| YUV | 219.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 133 | 0.07 | 0 | 0.44 | 0.07 | 69.9 | 0.73 | 0.72 |
| Hex | DB | EC | 85 | 7 | 0 | 2C | 7 | 46 | 49 | 48 |
| Octal | 333 | 354 | 205 | 7 | 0 | 54 | 7 | 106 | 111 | 110 |
| Binary | 11011011 | 11101100 | 10000101 | 111 | 0 | 101100 | 111 | 1000110 | 1001001 | 1001000 |
Color Harmonies of #DBEC85
Complementary color
Monochromatic Colors of #DBEC85
Black with #DBEC85
Text Example
Text Example
White with #DBEC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC85; }
p { color: rgb(219,236,133); }
H1.HeaderClassName
{
color: #DBEC85;
}
.AnyTagClassName
{
color: #DBEC85;
}
</style>
background-color css
<style>
a { background-color: #DBEC85; }
a { background-color: rgb(219,236,133); }
div.DivClassName
{
background-color: #DBEC85;
}
.BgClassName
{
background-color: #DBEC85;
}
</style>
border-color css
<style>
span { border-color: #DBEC85; }
span { border-color: rgb(219,236,133); }
td.TdClassName
{
border-color: #DBEC85;
}
.TagClassName
{
border-color: #DBEC85;
}
</style>