Shades of Mindaro #DBED63
Tints of Mindaro #DBED63
RGB
CMYK
RGB Variations
Color information
#DBED63 (or 0xDBED63) is known color: Mindaro. HEX triplet: DB, ED and 63. RGB value is (219,237,99). Sum of RGB (Red+Green+Blue) = 219+237+99=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED63 is #24129C. Grayscale: #D8D8D8. Windows color (decimal): -2364061 or 6548955. OLE color: 6548955.
HSL color Cylindrical-coordinate representation of color #DBED63: hue angle of 67.83º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBED63 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 99 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.07 |
| HSL | 67.83º | 0.79% | 0.66% | - |
| HSV(B) | 67.83º | 0.58% | 0.93% | - |
| XYZ | 61.75 | 76.53 | 23.32 | - |
| YUV | 215.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 99 | 0.08 | 0 | 0.58 | 0.07 | 67.83 | 0.79 | 0.66 |
| Hex | DB | ED | 63 | 8 | 0 | 3A | 7 | 44 | 4F | 42 |
| Octal | 333 | 355 | 143 | 10 | 0 | 72 | 7 | 104 | 117 | 102 |
| Binary | 11011011 | 11101101 | 1100011 | 1000 | 0 | 111010 | 111 | 1000100 | 1001111 | 1000010 |
Color Harmonies of #DBED63
Complementary color
Monochromatic Colors of #DBED63
Black with #DBED63
Text Example
Text Example
White with #DBED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED63; }
p { color: rgb(219,237,99); }
H1.HeaderClassName
{
color: #DBED63;
}
.AnyTagClassName
{
color: #DBED63;
}
</style>
background-color css
<style>
a { background-color: #DBED63; }
a { background-color: rgb(219,237,99); }
div.DivClassName
{
background-color: #DBED63;
}
.BgClassName
{
background-color: #DBED63;
}
</style>
border-color css
<style>
span { border-color: #DBED63; }
span { border-color: rgb(219,237,99); }
td.TdClassName
{
border-color: #DBED63;
}
.TagClassName
{
border-color: #DBED63;
}
</style>