Shades of Mindaro #DBF778
Tints of Mindaro #DBF778
RGB
CMYK
RGB Variations
Color information
#DBF778 (or 0xDBF778) is known color: Mindaro. HEX triplet: DB, F7 and 78. RGB value is (219,247,120). Sum of RGB (Red+Green+Blue) = 219+247+120=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF778 is #240887. Grayscale: #E0E0E0. Windows color (decimal): -2361480 or 7927771. OLE color: 7927771.
HSL color Cylindrical-coordinate representation of color #DBF778: hue angle of 73.23º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBF778 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 120 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 73.23º | 0.89% | 0.72% | - |
| HSV(B) | 73.23º | 0.51% | 0.97% | - |
| XYZ | 65.86 | 82.94 | 30.31 | - |
| YUV | 224.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 120 | 0.11 | 0 | 0.51 | 0.03 | 73.23 | 0.89 | 0.72 |
| Hex | DB | F7 | 78 | B | 0 | 33 | 3 | 49 | 59 | 48 |
| Octal | 333 | 367 | 170 | 13 | 0 | 63 | 3 | 111 | 131 | 110 |
| Binary | 11011011 | 11110111 | 1111000 | 1011 | 0 | 110011 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DBF778
Complementary color
Monochromatic Colors of #DBF778
Black with #DBF778
Text Example
Text Example
White with #DBF778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF778; }
p { color: rgb(219,247,120); }
H1.HeaderClassName
{
color: #DBF778;
}
.AnyTagClassName
{
color: #DBF778;
}
</style>
background-color css
<style>
a { background-color: #DBF778; }
a { background-color: rgb(219,247,120); }
div.DivClassName
{
background-color: #DBF778;
}
.BgClassName
{
background-color: #DBF778;
}
</style>
border-color css
<style>
span { border-color: #DBF778; }
span { border-color: rgb(219,247,120); }
td.TdClassName
{
border-color: #DBF778;
}
.TagClassName
{
border-color: #DBF778;
}
</style>