Shades of Inch Worm #BAE40D
Tints of Inch Worm #BAE40D
RGB
CMYK
RGB Variations
Color information
#BAE40D (or 0xBAE40D) is known color: Inch Worm. HEX triplet: BA, E4 and 0D. RGB value is (186,228,13). Sum of RGB (Red+Green+Blue) = 186+228+13=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE40D is #451BF2. Grayscale: #BFBFBF. Windows color (decimal): -4529139 or 910522. OLE color: 910522.
HSL color Cylindrical-coordinate representation of color #BAE40D: hue angle of 71.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE40D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.11 |
| HSL | 71.72º | 0.89% | 0.47% | - |
| HSV(B) | 71.72º | 0.94% | 0.89% | - |
| XYZ | 48.07 | 65.95 | 10.58 | - |
| YUV | 190.93 | 27.59 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 13 | 0.18 | 0 | 0.94 | 0.11 | 71.72 | 0.89 | 0.47 |
| Hex | BA | E4 | D | 12 | 0 | 5E | B | 48 | 59 | 2F |
| Octal | 272 | 344 | 15 | 22 | 0 | 136 | 13 | 110 | 131 | 57 |
| Binary | 10111010 | 11100100 | 1101 | 10010 | 0 | 1011110 | 1011 | 1001000 | 1011001 | 101111 |
Color Harmonies of #BAE40D
Complementary color
Monochromatic Colors of #BAE40D
Black with #BAE40D
Text Example
Text Example
White with #BAE40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE40D; }
p { color: rgb(186,228,13); }
H1.HeaderClassName
{
color: #BAE40D;
}
.AnyTagClassName
{
color: #BAE40D;
}
</style>
background-color css
<style>
a { background-color: #BAE40D; }
a { background-color: rgb(186,228,13); }
div.DivClassName
{
background-color: #BAE40D;
}
.BgClassName
{
background-color: #BAE40D;
}
</style>
border-color css
<style>
span { border-color: #BAE40D; }
span { border-color: rgb(186,228,13); }
td.TdClassName
{
border-color: #BAE40D;
}
.TagClassName
{
border-color: #BAE40D;
}
</style>