Shades of Mindaro #DBED7D
Tints of Mindaro #DBED7D
RGB
CMYK
RGB Variations
Color information
#DBED7D (or 0xDBED7D) is known color: Mindaro. HEX triplet: DB, ED and 7D. RGB value is (219,237,125). Sum of RGB (Red+Green+Blue) = 219+237+125=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED7D is #241282. Grayscale: #DBDBDB. Windows color (decimal): -2364035 or 8252891. OLE color: 8252891.
HSL color Cylindrical-coordinate representation of color #DBED7D: hue angle of 69.64º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBED7D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 125 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.07 |
| HSL | 69.64º | 0.76% | 0.71% | - |
| HSV(B) | 69.64º | 0.47% | 0.93% | - |
| XYZ | 63.2 | 77.11 | 30.95 | - |
| YUV | 218.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 125 | 0.08 | 0 | 0.47 | 0.07 | 69.64 | 0.76 | 0.71 |
| Hex | DB | ED | 7D | 8 | 0 | 2F | 7 | 46 | 4C | 47 |
| Octal | 333 | 355 | 175 | 10 | 0 | 57 | 7 | 106 | 114 | 107 |
| Binary | 11011011 | 11101101 | 1111101 | 1000 | 0 | 101111 | 111 | 1000110 | 1001100 | 1000111 |
Color Harmonies of #DBED7D
Complementary color
Monochromatic Colors of #DBED7D
Black with #DBED7D
Text Example
Text Example
White with #DBED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED7D; }
p { color: rgb(219,237,125); }
H1.HeaderClassName
{
color: #DBED7D;
}
.AnyTagClassName
{
color: #DBED7D;
}
</style>
background-color css
<style>
a { background-color: #DBED7D; }
a { background-color: rgb(219,237,125); }
div.DivClassName
{
background-color: #DBED7D;
}
.BgClassName
{
background-color: #DBED7D;
}
</style>
border-color css
<style>
span { border-color: #DBED7D; }
span { border-color: rgb(219,237,125); }
td.TdClassName
{
border-color: #DBED7D;
}
.TagClassName
{
border-color: #DBED7D;
}
</style>