Shades of Mindaro #DBEC68
Tints of Mindaro #DBEC68
RGB
CMYK
RGB Variations
Color information
#DBEC68 (or 0xDBEC68) is known color: Mindaro. HEX triplet: DB, EC and 68. RGB value is (219,236,104). Sum of RGB (Red+Green+Blue) = 219+236+104=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC68 is #241397. Grayscale: #D8D8D8. Windows color (decimal): -2364312 or 6876379. OLE color: 6876379.
HSL color Cylindrical-coordinate representation of color #DBEC68: hue angle of 67.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBEC68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 104 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.07 |
| HSL | 67.73º | 0.78% | 0.67% | - |
| HSV(B) | 67.73º | 0.56% | 0.93% | - |
| XYZ | 61.71 | 76.05 | 24.52 | - |
| YUV | 215.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 104 | 0.07 | 0 | 0.56 | 0.07 | 67.73 | 0.78 | 0.67 |
| Hex | DB | EC | 68 | 7 | 0 | 38 | 7 | 44 | 4E | 43 |
| Octal | 333 | 354 | 150 | 7 | 0 | 70 | 7 | 104 | 116 | 103 |
| Binary | 11011011 | 11101100 | 1101000 | 111 | 0 | 111000 | 111 | 1000100 | 1001110 | 1000011 |
Color Harmonies of #DBEC68
Complementary color
Monochromatic Colors of #DBEC68
Black with #DBEC68
Text Example
Text Example
White with #DBEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC68; }
p { color: rgb(219,236,104); }
H1.HeaderClassName
{
color: #DBEC68;
}
.AnyTagClassName
{
color: #DBEC68;
}
</style>
background-color css
<style>
a { background-color: #DBEC68; }
a { background-color: rgb(219,236,104); }
div.DivClassName
{
background-color: #DBEC68;
}
.BgClassName
{
background-color: #DBEC68;
}
</style>
border-color css
<style>
span { border-color: #DBEC68; }
span { border-color: rgb(219,236,104); }
td.TdClassName
{
border-color: #DBEC68;
}
.TagClassName
{
border-color: #DBEC68;
}
</style>