Shades of Mindaro #DBED7A
Tints of Mindaro #DBED7A
RGB
CMYK
RGB Variations
Color information
#DBED7A (or 0xDBED7A) is known color: Mindaro. HEX triplet: DB, ED and 7A. RGB value is (219,237,122). Sum of RGB (Red+Green+Blue) = 219+237+122=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED7A is #241285. Grayscale: #DADADA. Windows color (decimal): -2364038 or 8056283. OLE color: 8056283.
HSL color Cylindrical-coordinate representation of color #DBED7A: hue angle of 69.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBED7A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 122 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.07 |
| HSL | 69.39º | 0.76% | 0.7% | - |
| HSV(B) | 69.39º | 0.49% | 0.93% | - |
| XYZ | 63.01 | 77.03 | 29.96 | - |
| YUV | 218.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 122 | 0.08 | 0 | 0.49 | 0.07 | 69.39 | 0.76 | 0.7 |
| Hex | DB | ED | 7A | 8 | 0 | 31 | 7 | 45 | 4C | 46 |
| Octal | 333 | 355 | 172 | 10 | 0 | 61 | 7 | 105 | 114 | 106 |
| Binary | 11011011 | 11101101 | 1111010 | 1000 | 0 | 110001 | 111 | 1000101 | 1001100 | 1000110 |
Color Harmonies of #DBED7A
Complementary color
Monochromatic Colors of #DBED7A
Black with #DBED7A
Text Example
Text Example
White with #DBED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED7A; }
p { color: rgb(219,237,122); }
H1.HeaderClassName
{
color: #DBED7A;
}
.AnyTagClassName
{
color: #DBED7A;
}
</style>
background-color css
<style>
a { background-color: #DBED7A; }
a { background-color: rgb(219,237,122); }
div.DivClassName
{
background-color: #DBED7A;
}
.BgClassName
{
background-color: #DBED7A;
}
</style>
border-color css
<style>
span { border-color: #DBED7A; }
span { border-color: rgb(219,237,122); }
td.TdClassName
{
border-color: #DBED7A;
}
.TagClassName
{
border-color: #DBED7A;
}
</style>