Shades of Mindaro #DBED5E
Tints of Mindaro #DBED5E
RGB
CMYK
RGB Variations
Color information
#DBED5E (or 0xDBED5E) is known color: Mindaro. HEX triplet: DB, ED and 5E. RGB value is (219,237,94). Sum of RGB (Red+Green+Blue) = 219+237+94=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED5E is #2412A1. Grayscale: #D7D7D7. Windows color (decimal): -2364066 or 6221275. OLE color: 6221275.
HSL color Cylindrical-coordinate representation of color #DBED5E: hue angle of 67.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBED5E is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 94 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.07 |
| HSL | 67.55º | 0.8% | 0.65% | - |
| HSV(B) | 67.55º | 0.6% | 0.93% | - |
| XYZ | 61.52 | 76.44 | 22.1 | - |
| YUV | 215.32 | 59.54 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 94 | 0.08 | 0 | 0.60 | 0.07 | 67.55 | 0.8 | 0.65 |
| Hex | DB | ED | 5E | 8 | 0 | 3C | 7 | 44 | 50 | 41 |
| Octal | 333 | 355 | 136 | 10 | 0 | 74 | 7 | 104 | 120 | 101 |
| Binary | 11011011 | 11101101 | 1011110 | 1000 | 0 | 111100 | 111 | 1000100 | 1010000 | 1000001 |
Color Harmonies of #DBED5E
Complementary color
Monochromatic Colors of #DBED5E
Black with #DBED5E
Text Example
Text Example
White with #DBED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED5E; }
p { color: rgb(219,237,94); }
H1.HeaderClassName
{
color: #DBED5E;
}
.AnyTagClassName
{
color: #DBED5E;
}
</style>
background-color css
<style>
a { background-color: #DBED5E; }
a { background-color: rgb(219,237,94); }
div.DivClassName
{
background-color: #DBED5E;
}
.BgClassName
{
background-color: #DBED5E;
}
</style>
border-color css
<style>
span { border-color: #DBED5E; }
span { border-color: rgb(219,237,94); }
td.TdClassName
{
border-color: #DBED5E;
}
.TagClassName
{
border-color: #DBED5E;
}
</style>