Shades of Inch Worm #BADD19
Tints of Inch Worm #BADD19
RGB
CMYK
RGB Variations
Color information
#BADD19 (or 0xBADD19) is known color: Inch Worm. HEX triplet: BA, DD and 19. RGB value is (186,221,25). Sum of RGB (Red+Green+Blue) = 186+221+25=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD19 is #4522E6. Grayscale: #BCBCBC. Windows color (decimal): -4530919 or 1695162. OLE color: 1695162.
HSL color Cylindrical-coordinate representation of color #BADD19: hue angle of 70.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BADD19 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 25 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.13 |
| HSL | 70.71º | 0.8% | 0.48% | - |
| HSV(B) | 70.71º | 0.89% | 0.87% | - |
| XYZ | 46.28 | 62.22 | 10.49 | - |
| YUV | 188.19 | 35.9 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 25 | 0.16 | 0 | 0.89 | 0.13 | 70.71 | 0.8 | 0.48 |
| Hex | BA | DD | 19 | 10 | 0 | 59 | D | 47 | 50 | 30 |
| Octal | 272 | 335 | 31 | 20 | 0 | 131 | 15 | 107 | 120 | 60 |
| Binary | 10111010 | 11011101 | 11001 | 10000 | 0 | 1011001 | 1101 | 1000111 | 1010000 | 110000 |
Color Harmonies of #BADD19
Complementary color
Monochromatic Colors of #BADD19
Black with #BADD19
Text Example
Text Example
White with #BADD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD19; }
p { color: rgb(186,221,25); }
H1.HeaderClassName
{
color: #BADD19;
}
.AnyTagClassName
{
color: #BADD19;
}
</style>
background-color css
<style>
a { background-color: #BADD19; }
a { background-color: rgb(186,221,25); }
div.DivClassName
{
background-color: #BADD19;
}
.BgClassName
{
background-color: #BADD19;
}
</style>
border-color css
<style>
span { border-color: #BADD19; }
span { border-color: rgb(186,221,25); }
td.TdClassName
{
border-color: #BADD19;
}
.TagClassName
{
border-color: #BADD19;
}
</style>