Shades of Mindaro #DBED6A
Tints of Mindaro #DBED6A
RGB
CMYK
RGB Variations
Color information
#DBED6A (or 0xDBED6A) is known color: Mindaro. HEX triplet: DB, ED and 6A. RGB value is (219,237,106). Sum of RGB (Red+Green+Blue) = 219+237+106=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED6A is #241295. Grayscale: #D9D9D9. Windows color (decimal): -2364054 or 7007707. OLE color: 7007707.
HSL color Cylindrical-coordinate representation of color #DBED6A: hue angle of 68.24º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBED6A is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 106 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.07 |
| HSL | 68.24º | 0.78% | 0.67% | - |
| HSV(B) | 68.24º | 0.55% | 0.93% | - |
| XYZ | 62.1 | 76.67 | 25.16 | - |
| YUV | 216.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 106 | 0.08 | 0 | 0.55 | 0.07 | 68.24 | 0.78 | 0.67 |
| Hex | DB | ED | 6A | 8 | 0 | 37 | 7 | 44 | 4E | 43 |
| Octal | 333 | 355 | 152 | 10 | 0 | 67 | 7 | 104 | 116 | 103 |
| Binary | 11011011 | 11101101 | 1101010 | 1000 | 0 | 110111 | 111 | 1000100 | 1001110 | 1000011 |
Color Harmonies of #DBED6A
Complementary color
Monochromatic Colors of #DBED6A
Black with #DBED6A
Text Example
Text Example
White with #DBED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED6A; }
p { color: rgb(219,237,106); }
H1.HeaderClassName
{
color: #DBED6A;
}
.AnyTagClassName
{
color: #DBED6A;
}
</style>
background-color css
<style>
a { background-color: #DBED6A; }
a { background-color: rgb(219,237,106); }
div.DivClassName
{
background-color: #DBED6A;
}
.BgClassName
{
background-color: #DBED6A;
}
</style>
border-color css
<style>
span { border-color: #DBED6A; }
span { border-color: rgb(219,237,106); }
td.TdClassName
{
border-color: #DBED6A;
}
.TagClassName
{
border-color: #DBED6A;
}
</style>