Shades of Mindaro #DBEC74
Tints of Mindaro #DBEC74
RGB
CMYK
RGB Variations
Color information
#DBEC74 (or 0xDBEC74) is known color: Mindaro. HEX triplet: DB, EC and 74. RGB value is (219,236,116). Sum of RGB (Red+Green+Blue) = 219+236+116=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC74 is #24138B. Grayscale: #D9D9D9. Windows color (decimal): -2364300 or 7662811. OLE color: 7662811.
HSL color Cylindrical-coordinate representation of color #DBEC74: hue angle of 68.5º degrees, saturation: 0.76, 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 #DBEC74 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 116 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 68.5º | 0.76% | 0.69% | - |
| HSV(B) | 68.5º | 0.51% | 0.93% | - |
| XYZ | 62.36 | 76.31 | 27.97 | - |
| YUV | 217.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 116 | 0.07 | 0 | 0.51 | 0.07 | 68.5 | 0.76 | 0.69 |
| Hex | DB | EC | 74 | 7 | 0 | 33 | 7 | 44 | 4C | 45 |
| Octal | 333 | 354 | 164 | 7 | 0 | 63 | 7 | 104 | 114 | 105 |
| Binary | 11011011 | 11101100 | 1110100 | 111 | 0 | 110011 | 111 | 1000100 | 1001100 | 1000101 |
Color Harmonies of #DBEC74
Complementary color
Monochromatic Colors of #DBEC74
Black with #DBEC74
Text Example
Text Example
White with #DBEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC74; }
p { color: rgb(219,236,116); }
H1.HeaderClassName
{
color: #DBEC74;
}
.AnyTagClassName
{
color: #DBEC74;
}
</style>
background-color css
<style>
a { background-color: #DBEC74; }
a { background-color: rgb(219,236,116); }
div.DivClassName
{
background-color: #DBEC74;
}
.BgClassName
{
background-color: #DBEC74;
}
</style>
border-color css
<style>
span { border-color: #DBEC74; }
span { border-color: rgb(219,236,116); }
td.TdClassName
{
border-color: #DBEC74;
}
.TagClassName
{
border-color: #DBEC74;
}
</style>