Shades of Mindaro #DBF379
Tints of Mindaro #DBF379
RGB
CMYK
RGB Variations
Color information
#DBF379 (or 0xDBF379) is known color: Mindaro. HEX triplet: DB, F3 and 79. RGB value is (219,243,121). Sum of RGB (Red+Green+Blue) = 219+243+121=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF379 is #240C86. Grayscale: #DEDEDE. Windows color (decimal): -2362503 or 7992283. OLE color: 7992283.
HSL color Cylindrical-coordinate representation of color #DBF379: hue angle of 71.8º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF379 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 121 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.05 |
| HSL | 71.8º | 0.84% | 0.71% | - |
| HSV(B) | 71.8º | 0.5% | 0.95% | - |
| XYZ | 64.72 | 80.54 | 30.22 | - |
| YUV | 221.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 121 | 0.10 | 0 | 0.50 | 0.05 | 71.8 | 0.84 | 0.71 |
| Hex | DB | F3 | 79 | A | 0 | 32 | 5 | 48 | 54 | 47 |
| Octal | 333 | 363 | 171 | 12 | 0 | 62 | 5 | 110 | 124 | 107 |
| Binary | 11011011 | 11110011 | 1111001 | 1010 | 0 | 110010 | 101 | 1001000 | 1010100 | 1000111 |
Color Harmonies of #DBF379
Complementary color
Monochromatic Colors of #DBF379
Black with #DBF379
Text Example
Text Example
White with #DBF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF379; }
p { color: rgb(219,243,121); }
H1.HeaderClassName
{
color: #DBF379;
}
.AnyTagClassName
{
color: #DBF379;
}
</style>
background-color css
<style>
a { background-color: #DBF379; }
a { background-color: rgb(219,243,121); }
div.DivClassName
{
background-color: #DBF379;
}
.BgClassName
{
background-color: #DBF379;
}
</style>
border-color css
<style>
span { border-color: #DBF379; }
span { border-color: rgb(219,243,121); }
td.TdClassName
{
border-color: #DBF379;
}
.TagClassName
{
border-color: #DBF379;
}
</style>