Shades of Inch Worm #BAE40E
Tints of Inch Worm #BAE40E
RGB
CMYK
RGB Variations
Color information
#BAE40E (or 0xBAE40E) is known color: Inch Worm. HEX triplet: BA, E4 and 0E. RGB value is (186,228,14). Sum of RGB (Red+Green+Blue) = 186+228+14=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE40E is #451BF1. Grayscale: #BFBFBF. Windows color (decimal): -4529138 or 976058. OLE color: 976058.
HSL color Cylindrical-coordinate representation of color #BAE40E: hue angle of 71.78º degrees, saturation: 0.88, 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 #BAE40E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.11 |
| HSL | 71.78º | 0.88% | 0.47% | - |
| HSV(B) | 71.78º | 0.94% | 0.89% | - |
| XYZ | 48.07 | 65.96 | 10.61 | - |
| YUV | 191.05 | 28.09 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 14 | 0.18 | 0 | 0.94 | 0.11 | 71.78 | 0.88 | 0.47 |
| Hex | BA | E4 | E | 12 | 0 | 5E | B | 48 | 58 | 2F |
| Octal | 272 | 344 | 16 | 22 | 0 | 136 | 13 | 110 | 130 | 57 |
| Binary | 10111010 | 11100100 | 1110 | 10010 | 0 | 1011110 | 1011 | 1001000 | 1011000 | 101111 |
Color Harmonies of #BAE40E
Complementary color
Monochromatic Colors of #BAE40E
Black with #BAE40E
Text Example
Text Example
White with #BAE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE40E; }
p { color: rgb(186,228,14); }
H1.HeaderClassName
{
color: #BAE40E;
}
.AnyTagClassName
{
color: #BAE40E;
}
</style>
background-color css
<style>
a { background-color: #BAE40E; }
a { background-color: rgb(186,228,14); }
div.DivClassName
{
background-color: #BAE40E;
}
.BgClassName
{
background-color: #BAE40E;
}
</style>
border-color css
<style>
span { border-color: #BAE40E; }
span { border-color: rgb(186,228,14); }
td.TdClassName
{
border-color: #BAE40E;
}
.TagClassName
{
border-color: #BAE40E;
}
</style>