Shades of Mindaro #DBF87A
Tints of Mindaro #DBF87A
RGB
CMYK
RGB Variations
Color information
#DBF87A (or 0xDBF87A) is known color: Mindaro. HEX triplet: DB, F8 and 7A. RGB value is (219,248,122). Sum of RGB (Red+Green+Blue) = 219+248+122=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF87A is #240785. Grayscale: #E1E1E1. Windows color (decimal): -2361222 or 8059099. OLE color: 8059099.
HSL color Cylindrical-coordinate representation of color #DBF87A: hue angle of 73.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBF87A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 122 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.03 |
| HSL | 73.81º | 0.9% | 0.73% | - |
| HSV(B) | 73.81º | 0.51% | 0.97% | - |
| XYZ | 66.29 | 83.6 | 31.05 | - |
| YUV | 224.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 122 | 0.12 | 0 | 0.51 | 0.03 | 73.81 | 0.9 | 0.73 |
| Hex | DB | F8 | 7A | C | 0 | 33 | 3 | 4A | 5A | 49 |
| Octal | 333 | 370 | 172 | 14 | 0 | 63 | 3 | 112 | 132 | 111 |
| Binary | 11011011 | 11111000 | 1111010 | 1100 | 0 | 110011 | 11 | 1001010 | 1011010 | 1001001 |
Color Harmonies of #DBF87A
Complementary color
Monochromatic Colors of #DBF87A
Black with #DBF87A
Text Example
Text Example
White with #DBF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF87A; }
p { color: rgb(219,248,122); }
H1.HeaderClassName
{
color: #DBF87A;
}
.AnyTagClassName
{
color: #DBF87A;
}
</style>
background-color css
<style>
a { background-color: #DBF87A; }
a { background-color: rgb(219,248,122); }
div.DivClassName
{
background-color: #DBF87A;
}
.BgClassName
{
background-color: #DBF87A;
}
</style>
border-color css
<style>
span { border-color: #DBF87A; }
span { border-color: rgb(219,248,122); }
td.TdClassName
{
border-color: #DBF87A;
}
.TagClassName
{
border-color: #DBF87A;
}
</style>