Shades of Mindaro #DBEC5B
Tints of Mindaro #DBEC5B
RGB
CMYK
RGB Variations
Color information
#DBEC5B (or 0xDBEC5B) is known color: Mindaro. HEX triplet: DB, EC and 5B. RGB value is (219,236,91). Sum of RGB (Red+Green+Blue) = 219+236+91=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC5B is #2413A4. Grayscale: #D6D6D6. Windows color (decimal): -2364325 or 6024411. OLE color: 6024411.
HSL color Cylindrical-coordinate representation of color #DBEC5B: hue angle of 67.03º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBEC5B is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 91 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.07 |
| HSL | 67.03º | 0.79% | 0.64% | - |
| HSV(B) | 67.03º | 0.61% | 0.93% | - |
| XYZ | 61.1 | 75.81 | 21.31 | - |
| YUV | 214.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 91 | 0.07 | 0 | 0.61 | 0.07 | 67.03 | 0.79 | 0.64 |
| Hex | DB | EC | 5B | 7 | 0 | 3D | 7 | 43 | 4F | 40 |
| Octal | 333 | 354 | 133 | 7 | 0 | 75 | 7 | 103 | 117 | 100 |
| Binary | 11011011 | 11101100 | 1011011 | 111 | 0 | 111101 | 111 | 1000011 | 1001111 | 1000000 |
Color Harmonies of #DBEC5B
Complementary color
Monochromatic Colors of #DBEC5B
Black with #DBEC5B
Text Example
Text Example
White with #DBEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC5B; }
p { color: rgb(219,236,91); }
H1.HeaderClassName
{
color: #DBEC5B;
}
.AnyTagClassName
{
color: #DBEC5B;
}
</style>
background-color css
<style>
a { background-color: #DBEC5B; }
a { background-color: rgb(219,236,91); }
div.DivClassName
{
background-color: #DBEC5B;
}
.BgClassName
{
background-color: #DBEC5B;
}
</style>
border-color css
<style>
span { border-color: #DBEC5B; }
span { border-color: rgb(219,236,91); }
td.TdClassName
{
border-color: #DBEC5B;
}
.TagClassName
{
border-color: #DBEC5B;
}
</style>