Shades of Mindaro #DBF779
Tints of Mindaro #DBF779
RGB
CMYK
RGB Variations
Color information
#DBF779 (or 0xDBF779) is known color: Mindaro. HEX triplet: DB, F7 and 79. RGB value is (219,247,121). Sum of RGB (Red+Green+Blue) = 219+247+121=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF779 is #240886. Grayscale: #E0E0E0. Windows color (decimal): -2361479 or 7993307. OLE color: 7993307.
HSL color Cylindrical-coordinate representation of color #DBF779: hue angle of 73.33º 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 #DBF779 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 121 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 73.33º | 0.89% | 0.72% | - |
| HSV(B) | 73.33º | 0.51% | 0.97% | - |
| XYZ | 65.93 | 82.96 | 30.63 | - |
| YUV | 224.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 121 | 0.11 | 0 | 0.51 | 0.03 | 73.33 | 0.89 | 0.72 |
| Hex | DB | F7 | 79 | B | 0 | 33 | 3 | 49 | 59 | 48 |
| Octal | 333 | 367 | 171 | 13 | 0 | 63 | 3 | 111 | 131 | 110 |
| Binary | 11011011 | 11110111 | 1111001 | 1011 | 0 | 110011 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DBF779
Complementary color
Monochromatic Colors of #DBF779
Black with #DBF779
Text Example
Text Example
White with #DBF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF779; }
p { color: rgb(219,247,121); }
H1.HeaderClassName
{
color: #DBF779;
}
.AnyTagClassName
{
color: #DBF779;
}
</style>
background-color css
<style>
a { background-color: #DBF779; }
a { background-color: rgb(219,247,121); }
div.DivClassName
{
background-color: #DBF779;
}
.BgClassName
{
background-color: #DBF779;
}
</style>
border-color css
<style>
span { border-color: #DBF779; }
span { border-color: rgb(219,247,121); }
td.TdClassName
{
border-color: #DBF779;
}
.TagClassName
{
border-color: #DBF779;
}
</style>