Shades of Mindaro #DBFE7A
Tints of Mindaro #DBFE7A
RGB
CMYK
RGB Variations
Color information
#DBFE7A (or 0xDBFE7A) is known color: Mindaro. HEX triplet: DB, FE and 7A. RGB value is (219,254,122). Sum of RGB (Red+Green+Blue) = 219+254+122=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE7A is #240185. Grayscale: #E4E4E4. Windows color (decimal): -2359686 or 8060635. OLE color: 8060635.
HSL color Cylindrical-coordinate representation of color #DBFE7A: hue angle of 75.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFE7A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 122 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.00 |
| HSL | 75.91º | 0.99% | 0.74% | - |
| HSV(B) | 75.91º | 0.52% | 1% | - |
| XYZ | 68.17 | 87.35 | 31.68 | - |
| YUV | 228.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 122 | 0.14 | 0 | 0.52 | 0.00 | 75.91 | 0.99 | 0.74 |
| Hex | DB | FE | 7A | E | 0 | 34 | 0 | 4C | 63 | 4A |
| Octal | 333 | 376 | 172 | 16 | 0 | 64 | 0 | 114 | 143 | 112 |
| Binary | 11011011 | 11111110 | 1111010 | 1110 | 0 | 110100 | 0 | 1001100 | 1100011 | 1001010 |
Color Harmonies of #DBFE7A
Complementary color
Monochromatic Colors of #DBFE7A
Black with #DBFE7A
Text Example
Text Example
White with #DBFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE7A; }
p { color: rgb(219,254,122); }
H1.HeaderClassName
{
color: #DBFE7A;
}
.AnyTagClassName
{
color: #DBFE7A;
}
</style>
background-color css
<style>
a { background-color: #DBFE7A; }
a { background-color: rgb(219,254,122); }
div.DivClassName
{
background-color: #DBFE7A;
}
.BgClassName
{
background-color: #DBFE7A;
}
</style>
border-color css
<style>
span { border-color: #DBFE7A; }
span { border-color: rgb(219,254,122); }
td.TdClassName
{
border-color: #DBFE7A;
}
.TagClassName
{
border-color: #DBFE7A;
}
</style>