Shades of Mindaro #DBED72
Tints of Mindaro #DBED72
RGB
CMYK
RGB Variations
Color information
#DBED72 (or 0xDBED72) is known color: Mindaro. HEX triplet: DB, ED and 72. RGB value is (219,237,114). Sum of RGB (Red+Green+Blue) = 219+237+114=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED72 is #24128D. Grayscale: #DADADA. Windows color (decimal): -2364046 or 7531995. OLE color: 7531995.
HSL color Cylindrical-coordinate representation of color #DBED72: hue angle of 68.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBED72 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 114 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.07 |
| HSL | 68.78º | 0.77% | 0.69% | - |
| HSV(B) | 68.78º | 0.52% | 0.93% | - |
| XYZ | 62.53 | 76.84 | 27.46 | - |
| YUV | 217.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 114 | 0.08 | 0 | 0.52 | 0.07 | 68.78 | 0.77 | 0.69 |
| Hex | DB | ED | 72 | 8 | 0 | 34 | 7 | 45 | 4D | 45 |
| Octal | 333 | 355 | 162 | 10 | 0 | 64 | 7 | 105 | 115 | 105 |
| Binary | 11011011 | 11101101 | 1110010 | 1000 | 0 | 110100 | 111 | 1000101 | 1001101 | 1000101 |
Color Harmonies of #DBED72
Complementary color
Monochromatic Colors of #DBED72
Black with #DBED72
Text Example
Text Example
White with #DBED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED72; }
p { color: rgb(219,237,114); }
H1.HeaderClassName
{
color: #DBED72;
}
.AnyTagClassName
{
color: #DBED72;
}
</style>
background-color css
<style>
a { background-color: #DBED72; }
a { background-color: rgb(219,237,114); }
div.DivClassName
{
background-color: #DBED72;
}
.BgClassName
{
background-color: #DBED72;
}
</style>
border-color css
<style>
span { border-color: #DBED72; }
span { border-color: rgb(219,237,114); }
td.TdClassName
{
border-color: #DBED72;
}
.TagClassName
{
border-color: #DBED72;
}
</style>