Shades of Mindaro #DBFF80
Tints of Mindaro #DBFF80
RGB
CMYK
RGB Variations
Color information
#DBFF80 (or 0xDBFF80) is known color: Mindaro. HEX triplet: DB, FF and 80. RGB value is (219,255,128). Sum of RGB (Red+Green+Blue) = 219+255+128=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF80 is #24007F. Grayscale: #E6E6E6. Windows color (decimal): -2359424 or 8454107. OLE color: 8454107.
HSL color Cylindrical-coordinate representation of color #DBFF80: hue angle of 77.01º 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 #DBFF80 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 128 | - |
| CMYK | 0.14 | 0 | 0.50 | 0 |
| HSL | 77.01º | 1% | 0.75% | - |
| HSV(B) | 77.01º | 0.5% | 1% | - |
| XYZ | 68.87 | 88.14 | 33.8 | - |
| YUV | 229.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 128 | 0.14 | 0 | 0.50 | 0 | 77.01 | 1 | 0.75 |
| Hex | DB | FF | 80 | E | 0 | 32 | 0 | 4D | 64 | 4B |
| Octal | 333 | 377 | 200 | 16 | 0 | 62 | 0 | 115 | 144 | 113 |
| Binary | 11011011 | 11111111 | 10000000 | 1110 | 0 | 110010 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DBFF80
Complementary color
Monochromatic Colors of #DBFF80
Black with #DBFF80
Text Example
Text Example
White with #DBFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF80; }
p { color: rgb(219,255,128); }
H1.HeaderClassName
{
color: #DBFF80;
}
.AnyTagClassName
{
color: #DBFF80;
}
</style>
background-color css
<style>
a { background-color: #DBFF80; }
a { background-color: rgb(219,255,128); }
div.DivClassName
{
background-color: #DBFF80;
}
.BgClassName
{
background-color: #DBFF80;
}
</style>
border-color css
<style>
span { border-color: #DBFF80; }
span { border-color: rgb(219,255,128); }
td.TdClassName
{
border-color: #DBFF80;
}
.TagClassName
{
border-color: #DBFF80;
}
</style>