Shades of Mindaro #DBF371
Tints of Mindaro #DBF371
RGB
CMYK
RGB Variations
Color information
#DBF371 (or 0xDBF371) is known color: Mindaro. HEX triplet: DB, F3 and 71. RGB value is (219,243,113). Sum of RGB (Red+Green+Blue) = 219+243+113=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF371 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF371 is #240C8E. Grayscale: #DDDDDD. Windows color (decimal): -2362511 or 7467995. OLE color: 7467995.
HSL color Cylindrical-coordinate representation of color #DBF371: hue angle of 71.08º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF371 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 113 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.05 |
| HSL | 71.08º | 0.84% | 0.7% | - |
| HSV(B) | 71.08º | 0.53% | 0.95% | - |
| XYZ | 64.24 | 80.35 | 27.75 | - |
| YUV | 221 | 67.05 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 113 | 0.10 | 0 | 0.53 | 0.05 | 71.08 | 0.84 | 0.7 |
| Hex | DB | F3 | 71 | A | 0 | 35 | 5 | 47 | 54 | 46 |
| Octal | 333 | 363 | 161 | 12 | 0 | 65 | 5 | 107 | 124 | 106 |
| Binary | 11011011 | 11110011 | 1110001 | 1010 | 0 | 110101 | 101 | 1000111 | 1010100 | 1000110 |
Color Harmonies of #DBF371
Complementary color
Monochromatic Colors of #DBF371
Black with #DBF371
Text Example
Text Example
White with #DBF371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF371; }
p { color: rgb(219,243,113); }
H1.HeaderClassName
{
color: #DBF371;
}
.AnyTagClassName
{
color: #DBF371;
}
</style>
background-color css
<style>
a { background-color: #DBF371; }
a { background-color: rgb(219,243,113); }
div.DivClassName
{
background-color: #DBF371;
}
.BgClassName
{
background-color: #DBF371;
}
</style>
border-color css
<style>
span { border-color: #DBF371; }
span { border-color: rgb(219,243,113); }
td.TdClassName
{
border-color: #DBF371;
}
.TagClassName
{
border-color: #DBF371;
}
</style>