Shades of Mindaro #DBF777
Tints of Mindaro #DBF777
RGB
CMYK
RGB Variations
Color information
#DBF777 (or 0xDBF777) is known color: Mindaro. HEX triplet: DB, F7 and 77. RGB value is (219,247,119). Sum of RGB (Red+Green+Blue) = 219+247+119=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF777 is #240888. Grayscale: #E0E0E0. Windows color (decimal): -2361481 or 7862235. OLE color: 7862235.
HSL color Cylindrical-coordinate representation of color #DBF777: hue angle of 73.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF777 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 119 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.03 |
| HSL | 73.13º | 0.89% | 0.72% | - |
| HSV(B) | 73.13º | 0.52% | 0.97% | - |
| XYZ | 65.8 | 82.91 | 29.99 | - |
| YUV | 224.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 119 | 0.11 | 0 | 0.52 | 0.03 | 73.13 | 0.89 | 0.72 |
| Hex | DB | F7 | 77 | B | 0 | 34 | 3 | 49 | 59 | 48 |
| Octal | 333 | 367 | 167 | 13 | 0 | 64 | 3 | 111 | 131 | 110 |
| Binary | 11011011 | 11110111 | 1110111 | 1011 | 0 | 110100 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DBF777
Complementary color
Monochromatic Colors of #DBF777
Black with #DBF777
Text Example
Text Example
White with #DBF777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF777; }
p { color: rgb(219,247,119); }
H1.HeaderClassName
{
color: #DBF777;
}
.AnyTagClassName
{
color: #DBF777;
}
</style>
background-color css
<style>
a { background-color: #DBF777; }
a { background-color: rgb(219,247,119); }
div.DivClassName
{
background-color: #DBF777;
}
.BgClassName
{
background-color: #DBF777;
}
</style>
border-color css
<style>
span { border-color: #DBF777; }
span { border-color: rgb(219,247,119); }
td.TdClassName
{
border-color: #DBF777;
}
.TagClassName
{
border-color: #DBF777;
}
</style>