Shades of Mindaro #DBF574
Tints of Mindaro #DBF574
RGB
CMYK
RGB Variations
Color information
#DBF574 (or 0xDBF574) is known color: Mindaro. HEX triplet: DB, F5 and 74. RGB value is (219,245,116). Sum of RGB (Red+Green+Blue) = 219+245+116=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF574 is #240A8B. Grayscale: #DFDFDF. Windows color (decimal): -2361996 or 7665115. OLE color: 7665115.
HSL color Cylindrical-coordinate representation of color #DBF574: hue angle of 72.09º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF574 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 116 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.04 |
| HSL | 72.09º | 0.87% | 0.71% | - |
| HSV(B) | 72.09º | 0.53% | 0.96% | - |
| XYZ | 65.02 | 81.63 | 28.85 | - |
| YUV | 222.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 116 | 0.11 | 0 | 0.53 | 0.04 | 72.09 | 0.87 | 0.71 |
| Hex | DB | F5 | 74 | B | 0 | 35 | 4 | 48 | 57 | 47 |
| Octal | 333 | 365 | 164 | 13 | 0 | 65 | 4 | 110 | 127 | 107 |
| Binary | 11011011 | 11110101 | 1110100 | 1011 | 0 | 110101 | 100 | 1001000 | 1010111 | 1000111 |
Color Harmonies of #DBF574
Complementary color
Monochromatic Colors of #DBF574
Black with #DBF574
Text Example
Text Example
White with #DBF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF574; }
p { color: rgb(219,245,116); }
H1.HeaderClassName
{
color: #DBF574;
}
.AnyTagClassName
{
color: #DBF574;
}
</style>
background-color css
<style>
a { background-color: #DBF574; }
a { background-color: rgb(219,245,116); }
div.DivClassName
{
background-color: #DBF574;
}
.BgClassName
{
background-color: #DBF574;
}
</style>
border-color css
<style>
span { border-color: #DBF574; }
span { border-color: rgb(219,245,116); }
td.TdClassName
{
border-color: #DBF574;
}
.TagClassName
{
border-color: #DBF574;
}
</style>