Shades of Mindaro #DBF575
Tints of Mindaro #DBF575
RGB
CMYK
RGB Variations
Color information
#DBF575 (or 0xDBF575) is known color: Mindaro. HEX triplet: DB, F5 and 75. RGB value is (219,245,117). Sum of RGB (Red+Green+Blue) = 219+245+117=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF575 is #240A8A. Grayscale: #DFDFDF. Windows color (decimal): -2361995 or 7730651. OLE color: 7730651.
HSL color Cylindrical-coordinate representation of color #DBF575: hue angle of 72.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF575 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 117 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.04 |
| HSL | 72.19º | 0.86% | 0.71% | - |
| HSV(B) | 72.19º | 0.52% | 0.96% | - |
| XYZ | 65.08 | 81.65 | 29.16 | - |
| YUV | 222.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 117 | 0.11 | 0 | 0.52 | 0.04 | 72.19 | 0.86 | 0.71 |
| Hex | DB | F5 | 75 | B | 0 | 34 | 4 | 48 | 56 | 47 |
| Octal | 333 | 365 | 165 | 13 | 0 | 64 | 4 | 110 | 126 | 107 |
| Binary | 11011011 | 11110101 | 1110101 | 1011 | 0 | 110100 | 100 | 1001000 | 1010110 | 1000111 |
Color Harmonies of #DBF575
Complementary color
Monochromatic Colors of #DBF575
Black with #DBF575
Text Example
Text Example
White with #DBF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF575; }
p { color: rgb(219,245,117); }
H1.HeaderClassName
{
color: #DBF575;
}
.AnyTagClassName
{
color: #DBF575;
}
</style>
background-color css
<style>
a { background-color: #DBF575; }
a { background-color: rgb(219,245,117); }
div.DivClassName
{
background-color: #DBF575;
}
.BgClassName
{
background-color: #DBF575;
}
</style>
border-color css
<style>
span { border-color: #DBF575; }
span { border-color: rgb(219,245,117); }
td.TdClassName
{
border-color: #DBF575;
}
.TagClassName
{
border-color: #DBF575;
}
</style>