Shades of Mindaro #DBF96C
Tints of Mindaro #DBF96C
RGB
CMYK
RGB Variations
Color information
#DBF96C (or 0xDBF96C) is known color: Mindaro. HEX triplet: DB, F9 and 6C. RGB value is (219,249,108). Sum of RGB (Red+Green+Blue) = 219+249+108=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 108 (42.58% from 255 or 18.75% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF96C is #240693. Grayscale: #E0E0E0. Windows color (decimal): -2360980 or 7141851. OLE color: 7141851.
HSL color Cylindrical-coordinate representation of color #DBF96C: hue angle of 72.77º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF96C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 108 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.02 |
| HSL | 72.77º | 0.92% | 0.7% | - |
| HSV(B) | 72.77º | 0.57% | 0.98% | - |
| XYZ | 65.8 | 83.89 | 26.91 | - |
| YUV | 223.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 108 | 0.12 | 0 | 0.57 | 0.02 | 72.77 | 0.92 | 0.7 |
| Hex | DB | F9 | 6C | C | 0 | 39 | 2 | 49 | 5C | 46 |
| Octal | 333 | 371 | 154 | 14 | 0 | 71 | 2 | 111 | 134 | 106 |
| Binary | 11011011 | 11111001 | 1101100 | 1100 | 0 | 111001 | 10 | 1001001 | 1011100 | 1000110 |
Color Harmonies of #DBF96C
Complementary color
Monochromatic Colors of #DBF96C
Black with #DBF96C
Text Example
Text Example
White with #DBF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF96C; }
p { color: rgb(219,249,108); }
H1.HeaderClassName
{
color: #DBF96C;
}
.AnyTagClassName
{
color: #DBF96C;
}
</style>
background-color css
<style>
a { background-color: #DBF96C; }
a { background-color: rgb(219,249,108); }
div.DivClassName
{
background-color: #DBF96C;
}
.BgClassName
{
background-color: #DBF96C;
}
</style>
border-color css
<style>
span { border-color: #DBF96C; }
span { border-color: rgb(219,249,108); }
td.TdClassName
{
border-color: #DBF96C;
}
.TagClassName
{
border-color: #DBF96C;
}
</style>