Shades of Mindaro #DBF871
Tints of Mindaro #DBF871
RGB
CMYK
RGB Variations
Color information
#DBF871 (or 0xDBF871) is known color: Mindaro. HEX triplet: DB, F8 and 71. RGB value is (219,248,113). Sum of RGB (Red+Green+Blue) = 219+248+113=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF871 is #24078E. Grayscale: #E0E0E0. Windows color (decimal): -2361231 or 7469275. OLE color: 7469275.
HSL color Cylindrical-coordinate representation of color #DBF871: hue angle of 72.89º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF871 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 113 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.03 |
| HSL | 72.89º | 0.91% | 0.71% | - |
| HSV(B) | 72.89º | 0.54% | 0.97% | - |
| XYZ | 65.76 | 83.39 | 28.25 | - |
| YUV | 223.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 113 | 0.12 | 0 | 0.54 | 0.03 | 72.89 | 0.91 | 0.71 |
| Hex | DB | F8 | 71 | C | 0 | 36 | 3 | 49 | 5B | 47 |
| Octal | 333 | 370 | 161 | 14 | 0 | 66 | 3 | 111 | 133 | 107 |
| Binary | 11011011 | 11111000 | 1110001 | 1100 | 0 | 110110 | 11 | 1001001 | 1011011 | 1000111 |
Color Harmonies of #DBF871
Complementary color
Monochromatic Colors of #DBF871
Black with #DBF871
Text Example
Text Example
White with #DBF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF871; }
p { color: rgb(219,248,113); }
H1.HeaderClassName
{
color: #DBF871;
}
.AnyTagClassName
{
color: #DBF871;
}
</style>
background-color css
<style>
a { background-color: #DBF871; }
a { background-color: rgb(219,248,113); }
div.DivClassName
{
background-color: #DBF871;
}
.BgClassName
{
background-color: #DBF871;
}
</style>
border-color css
<style>
span { border-color: #DBF871; }
span { border-color: rgb(219,248,113); }
td.TdClassName
{
border-color: #DBF871;
}
.TagClassName
{
border-color: #DBF871;
}
</style>