Shades of Mindaro #DBEC5D
Tints of Mindaro #DBEC5D
RGB
CMYK
RGB Variations
Color information
#DBEC5D (or 0xDBEC5D) is known color: Mindaro. HEX triplet: DB, EC and 5D. RGB value is (219,236,93). Sum of RGB (Red+Green+Blue) = 219+236+93=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC5D is #2413A2. Grayscale: #D7D7D7. Windows color (decimal): -2364323 or 6155483. OLE color: 6155483.
HSL color Cylindrical-coordinate representation of color #DBEC5D: hue angle of 67.13º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBEC5D is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 93 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.07 |
| HSL | 67.13º | 0.79% | 0.65% | - |
| HSV(B) | 67.13º | 0.61% | 0.93% | - |
| XYZ | 61.18 | 75.84 | 21.77 | - |
| YUV | 214.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 93 | 0.07 | 0 | 0.61 | 0.07 | 67.13 | 0.79 | 0.65 |
| Hex | DB | EC | 5D | 7 | 0 | 3D | 7 | 43 | 4F | 41 |
| Octal | 333 | 354 | 135 | 7 | 0 | 75 | 7 | 103 | 117 | 101 |
| Binary | 11011011 | 11101100 | 1011101 | 111 | 0 | 111101 | 111 | 1000011 | 1001111 | 1000001 |
Color Harmonies of #DBEC5D
Complementary color
Monochromatic Colors of #DBEC5D
Black with #DBEC5D
Text Example
Text Example
White with #DBEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC5D; }
p { color: rgb(219,236,93); }
H1.HeaderClassName
{
color: #DBEC5D;
}
.AnyTagClassName
{
color: #DBEC5D;
}
</style>
background-color css
<style>
a { background-color: #DBEC5D; }
a { background-color: rgb(219,236,93); }
div.DivClassName
{
background-color: #DBEC5D;
}
.BgClassName
{
background-color: #DBEC5D;
}
</style>
border-color css
<style>
span { border-color: #DBEC5D; }
span { border-color: rgb(219,236,93); }
td.TdClassName
{
border-color: #DBEC5D;
}
.TagClassName
{
border-color: #DBEC5D;
}
</style>