Shades of Mindaro #DBF86B
Tints of Mindaro #DBF86B
RGB
CMYK
RGB Variations
Color information
#DBF86B (or 0xDBF86B) is known color: Mindaro. HEX triplet: DB, F8 and 6B. RGB value is (219,248,107). Sum of RGB (Red+Green+Blue) = 219+248+107=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF86B is #240794. Grayscale: #DFDFDF. Windows color (decimal): -2361237 or 7076059. OLE color: 7076059.
HSL color Cylindrical-coordinate representation of color #DBF86B: hue angle of 72.34º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF86B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 107 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.03 |
| HSL | 72.34º | 0.91% | 0.7% | - |
| HSV(B) | 72.34º | 0.57% | 0.97% | - |
| XYZ | 65.43 | 83.26 | 26.53 | - |
| YUV | 223.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 107 | 0.12 | 0 | 0.57 | 0.03 | 72.34 | 0.91 | 0.7 |
| Hex | DB | F8 | 6B | C | 0 | 39 | 3 | 48 | 5B | 46 |
| Octal | 333 | 370 | 153 | 14 | 0 | 71 | 3 | 110 | 133 | 106 |
| Binary | 11011011 | 11111000 | 1101011 | 1100 | 0 | 111001 | 11 | 1001000 | 1011011 | 1000110 |
Color Harmonies of #DBF86B
Complementary color
Monochromatic Colors of #DBF86B
Black with #DBF86B
Text Example
Text Example
White with #DBF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF86B; }
p { color: rgb(219,248,107); }
H1.HeaderClassName
{
color: #DBF86B;
}
.AnyTagClassName
{
color: #DBF86B;
}
</style>
background-color css
<style>
a { background-color: #DBF86B; }
a { background-color: rgb(219,248,107); }
div.DivClassName
{
background-color: #DBF86B;
}
.BgClassName
{
background-color: #DBF86B;
}
</style>
border-color css
<style>
span { border-color: #DBF86B; }
span { border-color: rgb(219,248,107); }
td.TdClassName
{
border-color: #DBF86B;
}
.TagClassName
{
border-color: #DBF86B;
}
</style>