Shades of Mindaro #DBF86C
Tints of Mindaro #DBF86C
RGB
CMYK
RGB Variations
Color information
#DBF86C (or 0xDBF86C) is known color: Mindaro. HEX triplet: DB, F8 and 6C. RGB value is (219,248,108). Sum of RGB (Red+Green+Blue) = 219+248+108=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF86C is #240793. Grayscale: #DFDFDF. Windows color (decimal): -2361236 or 7141595. OLE color: 7141595.
HSL color Cylindrical-coordinate representation of color #DBF86C: hue angle of 72.43º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF86C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 108 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.03 |
| HSL | 72.43º | 0.91% | 0.7% | - |
| HSV(B) | 72.43º | 0.56% | 0.97% | - |
| XYZ | 65.49 | 83.28 | 26.81 | - |
| YUV | 223.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 108 | 0.12 | 0 | 0.56 | 0.03 | 72.43 | 0.91 | 0.7 |
| Hex | DB | F8 | 6C | C | 0 | 38 | 3 | 48 | 5B | 46 |
| Octal | 333 | 370 | 154 | 14 | 0 | 70 | 3 | 110 | 133 | 106 |
| Binary | 11011011 | 11111000 | 1101100 | 1100 | 0 | 111000 | 11 | 1001000 | 1011011 | 1000110 |
Color Harmonies of #DBF86C
Complementary color
Monochromatic Colors of #DBF86C
Black with #DBF86C
Text Example
Text Example
White with #DBF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF86C; }
p { color: rgb(219,248,108); }
H1.HeaderClassName
{
color: #DBF86C;
}
.AnyTagClassName
{
color: #DBF86C;
}
</style>
background-color css
<style>
a { background-color: #DBF86C; }
a { background-color: rgb(219,248,108); }
div.DivClassName
{
background-color: #DBF86C;
}
.BgClassName
{
background-color: #DBF86C;
}
</style>
border-color css
<style>
span { border-color: #DBF86C; }
span { border-color: rgb(219,248,108); }
td.TdClassName
{
border-color: #DBF86C;
}
.TagClassName
{
border-color: #DBF86C;
}
</style>