Shades of Mindaro #DBFD7A
Tints of Mindaro #DBFD7A
RGB
CMYK
RGB Variations
Color information
#DBFD7A (or 0xDBFD7A) is known color: Mindaro. HEX triplet: DB, FD and 7A. RGB value is (219,253,122). Sum of RGB (Red+Green+Blue) = 219+253+122=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD7A is #240285. Grayscale: #E4E4E4. Windows color (decimal): -2359942 or 8060379. OLE color: 8060379.
HSL color Cylindrical-coordinate representation of color #DBFD7A: hue angle of 75.57º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFD7A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 122 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.01 |
| HSL | 75.57º | 0.97% | 0.74% | - |
| HSV(B) | 75.57º | 0.52% | 0.99% | - |
| XYZ | 67.85 | 86.72 | 31.57 | - |
| YUV | 227.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 122 | 0.13 | 0 | 0.52 | 0.01 | 75.57 | 0.97 | 0.74 |
| Hex | DB | FD | 7A | D | 0 | 34 | 1 | 4C | 61 | 4A |
| Octal | 333 | 375 | 172 | 15 | 0 | 64 | 1 | 114 | 141 | 112 |
| Binary | 11011011 | 11111101 | 1111010 | 1101 | 0 | 110100 | 1 | 1001100 | 1100001 | 1001010 |
Color Harmonies of #DBFD7A
Complementary color
Monochromatic Colors of #DBFD7A
Black with #DBFD7A
Text Example
Text Example
White with #DBFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD7A; }
p { color: rgb(219,253,122); }
H1.HeaderClassName
{
color: #DBFD7A;
}
.AnyTagClassName
{
color: #DBFD7A;
}
</style>
background-color css
<style>
a { background-color: #DBFD7A; }
a { background-color: rgb(219,253,122); }
div.DivClassName
{
background-color: #DBFD7A;
}
.BgClassName
{
background-color: #DBFD7A;
}
</style>
border-color css
<style>
span { border-color: #DBFD7A; }
span { border-color: rgb(219,253,122); }
td.TdClassName
{
border-color: #DBFD7A;
}
.TagClassName
{
border-color: #DBFD7A;
}
</style>