Shades of Mindaro #DBED74
Tints of Mindaro #DBED74
RGB
CMYK
RGB Variations
Color information
#DBED74 (or 0xDBED74) is known color: Mindaro. HEX triplet: DB, ED and 74. RGB value is (219,237,116). Sum of RGB (Red+Green+Blue) = 219+237+116=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED74 is #24128B. Grayscale: #DADADA. Windows color (decimal): -2364044 or 7663067. OLE color: 7663067.
HSL color Cylindrical-coordinate representation of color #DBED74: hue angle of 68.93º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBED74 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 116 | - |
CMYK | 0.08 | 0 | 0.51 | 0.07 |
HSL | 68.93º | 0.77% | 0.69% | - |
HSV(B) | 68.93º | 0.51% | 0.93% | - |
XYZ | 62.65 | 76.89 | 28.06 | - |
YUV | 217.82 | 70.54 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 116 | 0.08 | 0 | 0.51 | 0.07 | 68.93 | 0.77 | 0.69 |
Hex | DB | ED | 74 | 8 | 0 | 33 | 7 | 45 | 4D | 45 |
Octal | 333 | 355 | 164 | 10 | 0 | 63 | 7 | 105 | 115 | 105 |
Binary | 11011011 | 11101101 | 1110100 | 1000 | 0 | 110011 | 111 | 1000101 | 1001101 | 1000101 |
Color Harmonies of #DBED74
Complementary color
Monochromatic Colors of #DBED74
Black with #DBED74
Text Example
Text Example
White with #DBED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED74; }
p { color: rgb(219,237,116); }
H1.HeaderClassName
{
color: #DBED74;
}
.AnyTagClassName
{
color: #DBED74;
}
</style>
background-color css
<style>
a { background-color: #DBED74; }
a { background-color: rgb(219,237,116); }
div.DivClassName
{
background-color: #DBED74;
}
.BgClassName
{
background-color: #DBED74;
}
</style>
border-color css
<style>
span { border-color: #DBED74; }
span { border-color: rgb(219,237,116); }
td.TdClassName
{
border-color: #DBED74;
}
.TagClassName
{
border-color: #DBED74;
}
</style>