Shades of Inch Worm #BADE1E
Tints of Inch Worm #BADE1E
RGB
CMYK
RGB Variations
Color information
#BADE1E (or 0xBADE1E) is known color: Inch Worm. HEX triplet: BA, DE and 1E. RGB value is (186,222,30). Sum of RGB (Red+Green+Blue) = 186+222+30=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE1E is #4521E1. Grayscale: #BEBEBE. Windows color (decimal): -4530658 or 2023098. OLE color: 2023098.
HSL color Cylindrical-coordinate representation of color #BADE1E: hue angle of 71.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BADE1E is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 30 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.13 |
| HSL | 71.25º | 0.76% | 0.49% | - |
| HSV(B) | 71.25º | 0.86% | 0.87% | - |
| XYZ | 46.61 | 62.78 | 10.89 | - |
| YUV | 189.35 | 38.07 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 30 | 0.16 | 0 | 0.86 | 0.13 | 71.25 | 0.76 | 0.49 |
| Hex | BA | DE | 1E | 10 | 0 | 56 | D | 47 | 4C | 31 |
| Octal | 272 | 336 | 36 | 20 | 0 | 126 | 15 | 107 | 114 | 61 |
| Binary | 10111010 | 11011110 | 11110 | 10000 | 0 | 1010110 | 1101 | 1000111 | 1001100 | 110001 |
Color Harmonies of #BADE1E
Complementary color
Monochromatic Colors of #BADE1E
Black with #BADE1E
Text Example
Text Example
White with #BADE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE1E; }
p { color: rgb(186,222,30); }
H1.HeaderClassName
{
color: #BADE1E;
}
.AnyTagClassName
{
color: #BADE1E;
}
</style>
background-color css
<style>
a { background-color: #BADE1E; }
a { background-color: rgb(186,222,30); }
div.DivClassName
{
background-color: #BADE1E;
}
.BgClassName
{
background-color: #BADE1E;
}
</style>
border-color css
<style>
span { border-color: #BADE1E; }
span { border-color: rgb(186,222,30); }
td.TdClassName
{
border-color: #BADE1E;
}
.TagClassName
{
border-color: #BADE1E;
}
</style>