Shades of Mindaro #DBED5B
Tints of Mindaro #DBED5B
RGB
CMYK
RGB Variations
Color information
#DBED5B (or 0xDBED5B) is known color: Mindaro. HEX triplet: DB, ED and 5B. RGB value is (219,237,91). Sum of RGB (Red+Green+Blue) = 219+237+91=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED5B is #2412A4. Grayscale: #D7D7D7. Windows color (decimal): -2364069 or 6024667. OLE color: 6024667.
HSL color Cylindrical-coordinate representation of color #DBED5B: hue angle of 67.4º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBED5B is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 91 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.07 |
| HSL | 67.4º | 0.8% | 0.64% | - |
| HSV(B) | 67.4º | 0.62% | 0.93% | - |
| XYZ | 61.39 | 76.38 | 21.41 | - |
| YUV | 214.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 91 | 0.08 | 0 | 0.62 | 0.07 | 67.4 | 0.8 | 0.64 |
| Hex | DB | ED | 5B | 8 | 0 | 3E | 7 | 43 | 50 | 40 |
| Octal | 333 | 355 | 133 | 10 | 0 | 76 | 7 | 103 | 120 | 100 |
| Binary | 11011011 | 11101101 | 1011011 | 1000 | 0 | 111110 | 111 | 1000011 | 1010000 | 1000000 |
Color Harmonies of #DBED5B
Complementary color
Monochromatic Colors of #DBED5B
Black with #DBED5B
Text Example
Text Example
White with #DBED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED5B; }
p { color: rgb(219,237,91); }
H1.HeaderClassName
{
color: #DBED5B;
}
.AnyTagClassName
{
color: #DBED5B;
}
</style>
background-color css
<style>
a { background-color: #DBED5B; }
a { background-color: rgb(219,237,91); }
div.DivClassName
{
background-color: #DBED5B;
}
.BgClassName
{
background-color: #DBED5B;
}
</style>
border-color css
<style>
span { border-color: #DBED5B; }
span { border-color: rgb(219,237,91); }
td.TdClassName
{
border-color: #DBED5B;
}
.TagClassName
{
border-color: #DBED5B;
}
</style>