Shades of Mindaro #DBED6E
Tints of Mindaro #DBED6E
RGB
CMYK
RGB Variations
Color information
#DBED6E (or 0xDBED6E) is known color: Mindaro. HEX triplet: DB, ED and 6E. RGB value is (219,237,110). Sum of RGB (Red+Green+Blue) = 219+237+110=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED6E is #241291. Grayscale: #D9D9D9. Windows color (decimal): -2364050 or 7269851. OLE color: 7269851.
HSL color Cylindrical-coordinate representation of color #DBED6E: hue angle of 68.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBED6E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 110 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.07 |
| HSL | 68.5º | 0.78% | 0.68% | - |
| HSV(B) | 68.5º | 0.54% | 0.93% | - |
| XYZ | 62.31 | 76.75 | 26.28 | - |
| YUV | 217.14 | 67.54 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 110 | 0.08 | 0 | 0.54 | 0.07 | 68.5 | 0.78 | 0.68 |
| Hex | DB | ED | 6E | 8 | 0 | 36 | 7 | 45 | 4E | 44 |
| Octal | 333 | 355 | 156 | 10 | 0 | 66 | 7 | 105 | 116 | 104 |
| Binary | 11011011 | 11101101 | 1101110 | 1000 | 0 | 110110 | 111 | 1000101 | 1001110 | 1000100 |
Color Harmonies of #DBED6E
Complementary color
Monochromatic Colors of #DBED6E
Black with #DBED6E
Text Example
Text Example
White with #DBED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED6E; }
p { color: rgb(219,237,110); }
H1.HeaderClassName
{
color: #DBED6E;
}
.AnyTagClassName
{
color: #DBED6E;
}
</style>
background-color css
<style>
a { background-color: #DBED6E; }
a { background-color: rgb(219,237,110); }
div.DivClassName
{
background-color: #DBED6E;
}
.BgClassName
{
background-color: #DBED6E;
}
</style>
border-color css
<style>
span { border-color: #DBED6E; }
span { border-color: rgb(219,237,110); }
td.TdClassName
{
border-color: #DBED6E;
}
.TagClassName
{
border-color: #DBED6E;
}
</style>