Shades of Inch Worm #BAE40C
Tints of Inch Worm #BAE40C
RGB
CMYK
RGB Variations
Color information
#BAE40C (or 0xBAE40C) is known color: Inch Worm. HEX triplet: BA, E4 and 0C. RGB value is (186,228,12). Sum of RGB (Red+Green+Blue) = 186+228+12=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE40C is #451BF3. Grayscale: #BFBFBF. Windows color (decimal): -4529140 or 844986. OLE color: 844986.
HSL color Cylindrical-coordinate representation of color #BAE40C: hue angle of 71.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE40C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.11 |
| HSL | 71.67º | 0.9% | 0.47% | - |
| HSV(B) | 71.67º | 0.95% | 0.89% | - |
| XYZ | 48.06 | 65.95 | 10.54 | - |
| YUV | 190.82 | 27.09 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 12 | 0.18 | 0 | 0.95 | 0.11 | 71.67 | 0.9 | 0.47 |
| Hex | BA | E4 | C | 12 | 0 | 5F | B | 48 | 5A | 2F |
| Octal | 272 | 344 | 14 | 22 | 0 | 137 | 13 | 110 | 132 | 57 |
| Binary | 10111010 | 11100100 | 1100 | 10010 | 0 | 1011111 | 1011 | 1001000 | 1011010 | 101111 |
Color Harmonies of #BAE40C
Complementary color
Monochromatic Colors of #BAE40C
Black with #BAE40C
Text Example
Text Example
White with #BAE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE40C; }
p { color: rgb(186,228,12); }
H1.HeaderClassName
{
color: #BAE40C;
}
.AnyTagClassName
{
color: #BAE40C;
}
</style>
background-color css
<style>
a { background-color: #BAE40C; }
a { background-color: rgb(186,228,12); }
div.DivClassName
{
background-color: #BAE40C;
}
.BgClassName
{
background-color: #BAE40C;
}
</style>
border-color css
<style>
span { border-color: #BAE40C; }
span { border-color: rgb(186,228,12); }
td.TdClassName
{
border-color: #BAE40C;
}
.TagClassName
{
border-color: #BAE40C;
}
</style>