Shades of Mindaro #DBED7B
Tints of Mindaro #DBED7B
RGB
CMYK
RGB Variations
Color information
#DBED7B (or 0xDBED7B) is known color: Mindaro. HEX triplet: DB, ED and 7B. RGB value is (219,237,123). Sum of RGB (Red+Green+Blue) = 219+237+123=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED7B is #241284. Grayscale: #DBDBDB. Windows color (decimal): -2364037 or 8121819. OLE color: 8121819.
HSL color Cylindrical-coordinate representation of color #DBED7B: hue angle of 69.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBED7B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 123 | - |
CMYK | 0.08 | 0 | 0.48 | 0.07 |
HSL | 69.47º | 0.76% | 0.71% | - |
HSV(B) | 69.47º | 0.48% | 0.93% | - |
XYZ | 63.07 | 77.06 | 30.29 | - |
YUV | 218.62 | 74.04 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 123 | 0.08 | 0 | 0.48 | 0.07 | 69.47 | 0.76 | 0.71 |
Hex | DB | ED | 7B | 8 | 0 | 30 | 7 | 45 | 4C | 47 |
Octal | 333 | 355 | 173 | 10 | 0 | 60 | 7 | 105 | 114 | 107 |
Binary | 11011011 | 11101101 | 1111011 | 1000 | 0 | 110000 | 111 | 1000101 | 1001100 | 1000111 |
Color Harmonies of #DBED7B
Complementary color
Monochromatic Colors of #DBED7B
Black with #DBED7B
Text Example
Text Example
White with #DBED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED7B; }
p { color: rgb(219,237,123); }
H1.HeaderClassName
{
color: #DBED7B;
}
.AnyTagClassName
{
color: #DBED7B;
}
</style>
background-color css
<style>
a { background-color: #DBED7B; }
a { background-color: rgb(219,237,123); }
div.DivClassName
{
background-color: #DBED7B;
}
.BgClassName
{
background-color: #DBED7B;
}
</style>
border-color css
<style>
span { border-color: #DBED7B; }
span { border-color: rgb(219,237,123); }
td.TdClassName
{
border-color: #DBED7B;
}
.TagClassName
{
border-color: #DBED7B;
}
</style>