Shades of Mindaro #DBF476
Tints of Mindaro #DBF476
RGB
CMYK
RGB Variations
Color information
#DBF476 (or 0xDBF476) is known color: Mindaro. HEX triplet: DB, F4 and 76. RGB value is (219,244,118). Sum of RGB (Red+Green+Blue) = 219+244+118=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF476 is #240B89. Grayscale: #DEDEDE. Windows color (decimal): -2362250 or 7795931. OLE color: 7795931.
HSL color Cylindrical-coordinate representation of color #DBF476: hue angle of 71.9º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF476 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 118 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.04 |
| HSL | 71.9º | 0.85% | 0.71% | - |
| HSV(B) | 71.9º | 0.52% | 0.96% | - |
| XYZ | 64.83 | 81.07 | 29.37 | - |
| YUV | 222.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 118 | 0.10 | 0 | 0.52 | 0.04 | 71.9 | 0.85 | 0.71 |
| Hex | DB | F4 | 76 | A | 0 | 34 | 4 | 48 | 55 | 47 |
| Octal | 333 | 364 | 166 | 12 | 0 | 64 | 4 | 110 | 125 | 107 |
| Binary | 11011011 | 11110100 | 1110110 | 1010 | 0 | 110100 | 100 | 1001000 | 1010101 | 1000111 |
Color Harmonies of #DBF476
Complementary color
Monochromatic Colors of #DBF476
Black with #DBF476
Text Example
Text Example
White with #DBF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF476; }
p { color: rgb(219,244,118); }
H1.HeaderClassName
{
color: #DBF476;
}
.AnyTagClassName
{
color: #DBF476;
}
</style>
background-color css
<style>
a { background-color: #DBF476; }
a { background-color: rgb(219,244,118); }
div.DivClassName
{
background-color: #DBF476;
}
.BgClassName
{
background-color: #DBF476;
}
</style>
border-color css
<style>
span { border-color: #DBF476; }
span { border-color: rgb(219,244,118); }
td.TdClassName
{
border-color: #DBF476;
}
.TagClassName
{
border-color: #DBF476;
}
</style>