Shades of Mindaro #DBFF7F
Tints of Mindaro #DBFF7F
RGB
CMYK
RGB Variations
Color information
#DBFF7F (or 0xDBFF7F) is known color: Mindaro. HEX triplet: DB, FF and 7F. RGB value is (219,255,127). Sum of RGB (Red+Green+Blue) = 219+255+127=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF7F is #240080. Grayscale: #E6E6E6. Windows color (decimal): -2359425 or 8388571. OLE color: 8388571.
HSL color Cylindrical-coordinate representation of color #DBFF7F: hue angle of 76.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFF7F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 127 | - |
| CMYK | 0.14 | 0 | 0.50 | 0 |
| HSL | 76.88º | 1% | 0.75% | - |
| HSV(B) | 76.88º | 0.5% | 1% | - |
| XYZ | 68.8 | 88.11 | 33.46 | - |
| YUV | 229.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 127 | 0.14 | 0 | 0.50 | 0 | 76.88 | 1 | 0.75 |
| Hex | DB | FF | 7F | E | 0 | 32 | 0 | 4D | 64 | 4B |
| Octal | 333 | 377 | 177 | 16 | 0 | 62 | 0 | 115 | 144 | 113 |
| Binary | 11011011 | 11111111 | 1111111 | 1110 | 0 | 110010 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DBFF7F
Complementary color
Monochromatic Colors of #DBFF7F
Black with #DBFF7F
Text Example
Text Example
White with #DBFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF7F; }
p { color: rgb(219,255,127); }
H1.HeaderClassName
{
color: #DBFF7F;
}
.AnyTagClassName
{
color: #DBFF7F;
}
</style>
background-color css
<style>
a { background-color: #DBFF7F; }
a { background-color: rgb(219,255,127); }
div.DivClassName
{
background-color: #DBFF7F;
}
.BgClassName
{
background-color: #DBFF7F;
}
</style>
border-color css
<style>
span { border-color: #DBFF7F; }
span { border-color: rgb(219,255,127); }
td.TdClassName
{
border-color: #DBFF7F;
}
.TagClassName
{
border-color: #DBFF7F;
}
</style>