Shades of Mindaro #DBF577
Tints of Mindaro #DBF577
RGB
CMYK
RGB Variations
Color information
#DBF577 (or 0xDBF577) is known color: Mindaro. HEX triplet: DB, F5 and 77. RGB value is (219,245,119). Sum of RGB (Red+Green+Blue) = 219+245+119=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF577 is #240A88. Grayscale: #DFDFDF. Windows color (decimal): -2361993 or 7861723. OLE color: 7861723.
HSL color Cylindrical-coordinate representation of color #DBF577: hue angle of 72.38º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBF577 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 119 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.04 |
| HSL | 72.38º | 0.86% | 0.71% | - |
| HSV(B) | 72.38º | 0.51% | 0.96% | - |
| XYZ | 65.2 | 81.7 | 29.79 | - |
| YUV | 222.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 119 | 0.11 | 0 | 0.51 | 0.04 | 72.38 | 0.86 | 0.71 |
| Hex | DB | F5 | 77 | B | 0 | 33 | 4 | 48 | 56 | 47 |
| Octal | 333 | 365 | 167 | 13 | 0 | 63 | 4 | 110 | 126 | 107 |
| Binary | 11011011 | 11110101 | 1110111 | 1011 | 0 | 110011 | 100 | 1001000 | 1010110 | 1000111 |
Color Harmonies of #DBF577
Complementary color
Monochromatic Colors of #DBF577
Black with #DBF577
Text Example
Text Example
White with #DBF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF577; }
p { color: rgb(219,245,119); }
H1.HeaderClassName
{
color: #DBF577;
}
.AnyTagClassName
{
color: #DBF577;
}
</style>
background-color css
<style>
a { background-color: #DBF577; }
a { background-color: rgb(219,245,119); }
div.DivClassName
{
background-color: #DBF577;
}
.BgClassName
{
background-color: #DBF577;
}
</style>
border-color css
<style>
span { border-color: #DBF577; }
span { border-color: rgb(219,245,119); }
td.TdClassName
{
border-color: #DBF577;
}
.TagClassName
{
border-color: #DBF577;
}
</style>