Shades of Mindaro #DBFF7A
Tints of Mindaro #DBFF7A
RGB
CMYK
RGB Variations
Color information
#DBFF7A (or 0xDBFF7A) is known color: Mindaro. HEX triplet: DB, FF and 7A. RGB value is (219,255,122). Sum of RGB (Red+Green+Blue) = 219+255+122=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF7A is #240085. Grayscale: #E5E5E5. Windows color (decimal): -2359430 or 8060891. OLE color: 8060891.
HSL color Cylindrical-coordinate representation of color #DBFF7A: hue angle of 76.24º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFF7A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 122 | - |
| CMYK | 0.14 | 0 | 0.52 | 0 |
| HSL | 76.24º | 1% | 0.74% | - |
| HSV(B) | 76.24º | 0.52% | 1% | - |
| XYZ | 68.49 | 87.99 | 31.79 | - |
| YUV | 229.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 122 | 0.14 | 0 | 0.52 | 0 | 76.24 | 1 | 0.74 |
| Hex | DB | FF | 7A | E | 0 | 34 | 0 | 4C | 64 | 4A |
| Octal | 333 | 377 | 172 | 16 | 0 | 64 | 0 | 114 | 144 | 112 |
| Binary | 11011011 | 11111111 | 1111010 | 1110 | 0 | 110100 | 0 | 1001100 | 1100100 | 1001010 |
Color Harmonies of #DBFF7A
Complementary color
Monochromatic Colors of #DBFF7A
Black with #DBFF7A
Text Example
Text Example
White with #DBFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF7A; }
p { color: rgb(219,255,122); }
H1.HeaderClassName
{
color: #DBFF7A;
}
.AnyTagClassName
{
color: #DBFF7A;
}
</style>
background-color css
<style>
a { background-color: #DBFF7A; }
a { background-color: rgb(219,255,122); }
div.DivClassName
{
background-color: #DBFF7A;
}
.BgClassName
{
background-color: #DBFF7A;
}
</style>
border-color css
<style>
span { border-color: #DBFF7A; }
span { border-color: rgb(219,255,122); }
td.TdClassName
{
border-color: #DBFF7A;
}
.TagClassName
{
border-color: #DBFF7A;
}
</style>