Shades of Mindaro #DBF76D
Tints of Mindaro #DBF76D
RGB
CMYK
RGB Variations
Color information
#DBF76D (or 0xDBF76D) is known color: Mindaro. HEX triplet: DB, F7 and 6D. RGB value is (219,247,109). Sum of RGB (Red+Green+Blue) = 219+247+109=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF76D is #240892. Grayscale: #DFDFDF. Windows color (decimal): -2361491 or 7206875. OLE color: 7206875.
HSL color Cylindrical-coordinate representation of color #DBF76D: hue angle of 72.17º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF76D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 109 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.03 |
| HSL | 72.17º | 0.9% | 0.7% | - |
| HSV(B) | 72.17º | 0.56% | 0.97% | - |
| XYZ | 65.23 | 82.69 | 26.99 | - |
| YUV | 222.9 | 63.72 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 109 | 0.11 | 0 | 0.56 | 0.03 | 72.17 | 0.9 | 0.7 |
| Hex | DB | F7 | 6D | B | 0 | 38 | 3 | 48 | 5A | 46 |
| Octal | 333 | 367 | 155 | 13 | 0 | 70 | 3 | 110 | 132 | 106 |
| Binary | 11011011 | 11110111 | 1101101 | 1011 | 0 | 111000 | 11 | 1001000 | 1011010 | 1000110 |
Color Harmonies of #DBF76D
Complementary color
Monochromatic Colors of #DBF76D
Black with #DBF76D
Text Example
Text Example
White with #DBF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF76D; }
p { color: rgb(219,247,109); }
H1.HeaderClassName
{
color: #DBF76D;
}
.AnyTagClassName
{
color: #DBF76D;
}
</style>
background-color css
<style>
a { background-color: #DBF76D; }
a { background-color: rgb(219,247,109); }
div.DivClassName
{
background-color: #DBF76D;
}
.BgClassName
{
background-color: #DBF76D;
}
</style>
border-color css
<style>
span { border-color: #DBF76D; }
span { border-color: rgb(219,247,109); }
td.TdClassName
{
border-color: #DBF76D;
}
.TagClassName
{
border-color: #DBF76D;
}
</style>