Shades of Mindaro #DBED60
Tints of Mindaro #DBED60
RGB
CMYK
RGB Variations
Color information
#DBED60 (or 0xDBED60) is known color: Mindaro. HEX triplet: DB, ED and 60. RGB value is (219,237,96). Sum of RGB (Red+Green+Blue) = 219+237+96=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED60 is #24129F. Grayscale: #D8D8D8. Windows color (decimal): -2364064 or 6352347. OLE color: 6352347.
HSL color Cylindrical-coordinate representation of color #DBED60: hue angle of 67.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBED60 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 96 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.07 |
| HSL | 67.66º | 0.8% | 0.65% | - |
| HSV(B) | 67.66º | 0.59% | 0.93% | - |
| XYZ | 61.61 | 76.47 | 22.58 | - |
| YUV | 215.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 96 | 0.08 | 0 | 0.59 | 0.07 | 67.66 | 0.8 | 0.65 |
| Hex | DB | ED | 60 | 8 | 0 | 3B | 7 | 44 | 50 | 41 |
| Octal | 333 | 355 | 140 | 10 | 0 | 73 | 7 | 104 | 120 | 101 |
| Binary | 11011011 | 11101101 | 1100000 | 1000 | 0 | 111011 | 111 | 1000100 | 1010000 | 1000001 |
Color Harmonies of #DBED60
Complementary color
Monochromatic Colors of #DBED60
Black with #DBED60
Text Example
Text Example
White with #DBED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED60; }
p { color: rgb(219,237,96); }
H1.HeaderClassName
{
color: #DBED60;
}
.AnyTagClassName
{
color: #DBED60;
}
</style>
background-color css
<style>
a { background-color: #DBED60; }
a { background-color: rgb(219,237,96); }
div.DivClassName
{
background-color: #DBED60;
}
.BgClassName
{
background-color: #DBED60;
}
</style>
border-color css
<style>
span { border-color: #DBED60; }
span { border-color: rgb(219,237,96); }
td.TdClassName
{
border-color: #DBED60;
}
.TagClassName
{
border-color: #DBED60;
}
</style>