Shades of Inch Worm #BADE0E
Tints of Inch Worm #BADE0E
RGB
CMYK
RGB Variations
Color information
#BADE0E (or 0xBADE0E) is known color: Inch Worm. HEX triplet: BA, DE and 0E. RGB value is (186,222,14). Sum of RGB (Red+Green+Blue) = 186+222+14=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE0E is #4521F1. Grayscale: #BCBCBC. Windows color (decimal): -4530674 or 974522. OLE color: 974522.
HSL color Cylindrical-coordinate representation of color #BADE0E: hue angle of 70.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BADE0E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.13 |
| HSL | 70.38º | 0.88% | 0.46% | - |
| HSV(B) | 70.38º | 0.94% | 0.87% | - |
| XYZ | 46.45 | 62.71 | 10.07 | - |
| YUV | 187.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 14 | 0.16 | 0 | 0.94 | 0.13 | 70.38 | 0.88 | 0.46 |
| Hex | BA | DE | E | 10 | 0 | 5E | D | 46 | 58 | 2E |
| Octal | 272 | 336 | 16 | 20 | 0 | 136 | 15 | 106 | 130 | 56 |
| Binary | 10111010 | 11011110 | 1110 | 10000 | 0 | 1011110 | 1101 | 1000110 | 1011000 | 101110 |
Color Harmonies of #BADE0E
Complementary color
Monochromatic Colors of #BADE0E
Black with #BADE0E
Text Example
Text Example
White with #BADE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE0E; }
p { color: rgb(186,222,14); }
H1.HeaderClassName
{
color: #BADE0E;
}
.AnyTagClassName
{
color: #BADE0E;
}
</style>
background-color css
<style>
a { background-color: #BADE0E; }
a { background-color: rgb(186,222,14); }
div.DivClassName
{
background-color: #BADE0E;
}
.BgClassName
{
background-color: #BADE0E;
}
</style>
border-color css
<style>
span { border-color: #BADE0E; }
span { border-color: rgb(186,222,14); }
td.TdClassName
{
border-color: #BADE0E;
}
.TagClassName
{
border-color: #BADE0E;
}
</style>