Shades of Inch Worm #BADD0E
Tints of Inch Worm #BADD0E
RGB
CMYK
RGB Variations
Color information
#BADD0E (or 0xBADD0E) is known color: Inch Worm. HEX triplet: BA, DD and 0E. RGB value is (186,221,14). Sum of RGB (Red+Green+Blue) = 186+221+14=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD0E is #4522F1. Grayscale: #BBBBBB. Windows color (decimal): -4530930 or 974266. OLE color: 974266.
HSL color Cylindrical-coordinate representation of color #BADD0E: hue angle of 70.14º 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 #BADD0E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.13 |
| HSL | 70.14º | 0.88% | 0.46% | - |
| HSV(B) | 70.14º | 0.94% | 0.87% | - |
| XYZ | 46.19 | 62.18 | 9.98 | - |
| YUV | 186.94 | 30.4 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 14 | 0.16 | 0 | 0.94 | 0.13 | 70.14 | 0.88 | 0.46 |
| Hex | BA | DD | E | 10 | 0 | 5E | D | 46 | 58 | 2E |
| Octal | 272 | 335 | 16 | 20 | 0 | 136 | 15 | 106 | 130 | 56 |
| Binary | 10111010 | 11011101 | 1110 | 10000 | 0 | 1011110 | 1101 | 1000110 | 1011000 | 101110 |
Color Harmonies of #BADD0E
Complementary color
Monochromatic Colors of #BADD0E
Black with #BADD0E
Text Example
Text Example
White with #BADD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD0E; }
p { color: rgb(186,221,14); }
H1.HeaderClassName
{
color: #BADD0E;
}
.AnyTagClassName
{
color: #BADD0E;
}
</style>
background-color css
<style>
a { background-color: #BADD0E; }
a { background-color: rgb(186,221,14); }
div.DivClassName
{
background-color: #BADD0E;
}
.BgClassName
{
background-color: #BADD0E;
}
</style>
border-color css
<style>
span { border-color: #BADD0E; }
span { border-color: rgb(186,221,14); }
td.TdClassName
{
border-color: #BADD0E;
}
.TagClassName
{
border-color: #BADD0E;
}
</style>