Shades of Mindaro #DBF77A
Tints of Mindaro #DBF77A
RGB
CMYK
RGB Variations
Color information
#DBF77A (or 0xDBF77A) is known color: Mindaro. HEX triplet: DB, F7 and 7A. RGB value is (219,247,122). Sum of RGB (Red+Green+Blue) = 219+247+122=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF77A is #240885. Grayscale: #E0E0E0. Windows color (decimal): -2361478 or 8058843. OLE color: 8058843.
HSL color Cylindrical-coordinate representation of color #DBF77A: hue angle of 73.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBF77A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 122 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 73.44º | 0.89% | 0.72% | - |
| HSV(B) | 73.44º | 0.51% | 0.97% | - |
| XYZ | 65.99 | 82.99 | 30.95 | - |
| YUV | 224.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 122 | 0.11 | 0 | 0.51 | 0.03 | 73.44 | 0.89 | 0.72 |
| Hex | DB | F7 | 7A | B | 0 | 33 | 3 | 49 | 59 | 48 |
| Octal | 333 | 367 | 172 | 13 | 0 | 63 | 3 | 111 | 131 | 110 |
| Binary | 11011011 | 11110111 | 1111010 | 1011 | 0 | 110011 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DBF77A
Complementary color
Monochromatic Colors of #DBF77A
Black with #DBF77A
Text Example
Text Example
White with #DBF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF77A; }
p { color: rgb(219,247,122); }
H1.HeaderClassName
{
color: #DBF77A;
}
.AnyTagClassName
{
color: #DBF77A;
}
</style>
background-color css
<style>
a { background-color: #DBF77A; }
a { background-color: rgb(219,247,122); }
div.DivClassName
{
background-color: #DBF77A;
}
.BgClassName
{
background-color: #DBF77A;
}
</style>
border-color css
<style>
span { border-color: #DBF77A; }
span { border-color: rgb(219,247,122); }
td.TdClassName
{
border-color: #DBF77A;
}
.TagClassName
{
border-color: #DBF77A;
}
</style>