Shades of Inch Worm #BADF16
Tints of Inch Worm #BADF16
RGB
CMYK
RGB Variations
Color information
#BADF16 (or 0xBADF16) is known color: Inch Worm. HEX triplet: BA, DF and 16. RGB value is (186,223,22). Sum of RGB (Red+Green+Blue) = 186+223+22=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF16 is #4520E9. Grayscale: #BDBDBD. Windows color (decimal): -4530410 or 1499066. OLE color: 1499066.
HSL color Cylindrical-coordinate representation of color #BADF16: hue angle of 71.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BADF16 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 22 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.13 |
| HSL | 71.04º | 0.82% | 0.48% | - |
| HSV(B) | 71.04º | 0.9% | 0.87% | - |
| XYZ | 46.78 | 63.27 | 10.51 | - |
| YUV | 189.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 22 | 0.17 | 0 | 0.90 | 0.13 | 71.04 | 0.82 | 0.48 |
| Hex | BA | DF | 16 | 11 | 0 | 5A | D | 47 | 52 | 30 |
| Octal | 272 | 337 | 26 | 21 | 0 | 132 | 15 | 107 | 122 | 60 |
| Binary | 10111010 | 11011111 | 10110 | 10001 | 0 | 1011010 | 1101 | 1000111 | 1010010 | 110000 |
Color Harmonies of #BADF16
Complementary color
Monochromatic Colors of #BADF16
Black with #BADF16
Text Example
Text Example
White with #BADF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF16; }
p { color: rgb(186,223,22); }
H1.HeaderClassName
{
color: #BADF16;
}
.AnyTagClassName
{
color: #BADF16;
}
</style>
background-color css
<style>
a { background-color: #BADF16; }
a { background-color: rgb(186,223,22); }
div.DivClassName
{
background-color: #BADF16;
}
.BgClassName
{
background-color: #BADF16;
}
</style>
border-color css
<style>
span { border-color: #BADF16; }
span { border-color: rgb(186,223,22); }
td.TdClassName
{
border-color: #BADF16;
}
.TagClassName
{
border-color: #BADF16;
}
</style>