Shades of Inch Worm #BAE41C
Tints of Inch Worm #BAE41C
RGB
CMYK
RGB Variations
Color information
#BAE41C (or 0xBAE41C) is known color: Inch Worm. HEX triplet: BA, E4 and 1C. RGB value is (186,228,28). Sum of RGB (Red+Green+Blue) = 186+228+28=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE41C is #451BE3. Grayscale: #C1C1C1. Windows color (decimal): -4529124 or 1893562. OLE color: 1893562.
HSL color Cylindrical-coordinate representation of color #BAE41C: hue angle of 72.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAE41C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.11 |
| HSL | 72.6º | 0.79% | 0.5% | - |
| HSV(B) | 72.6º | 0.88% | 0.89% | - |
| XYZ | 48.2 | 66.01 | 11.3 | - |
| YUV | 192.64 | 35.09 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 28 | 0.18 | 0 | 0.88 | 0.11 | 72.6 | 0.79 | 0.5 |
| Hex | BA | E4 | 1C | 12 | 0 | 58 | B | 49 | 4F | 32 |
| Octal | 272 | 344 | 34 | 22 | 0 | 130 | 13 | 111 | 117 | 62 |
| Binary | 10111010 | 11100100 | 11100 | 10010 | 0 | 1011000 | 1011 | 1001001 | 1001111 | 110010 |
Color Harmonies of #BAE41C
Complementary color
Monochromatic Colors of #BAE41C
Black with #BAE41C
Text Example
Text Example
White with #BAE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE41C; }
p { color: rgb(186,228,28); }
H1.HeaderClassName
{
color: #BAE41C;
}
.AnyTagClassName
{
color: #BAE41C;
}
</style>
background-color css
<style>
a { background-color: #BAE41C; }
a { background-color: rgb(186,228,28); }
div.DivClassName
{
background-color: #BAE41C;
}
.BgClassName
{
background-color: #BAE41C;
}
</style>
border-color css
<style>
span { border-color: #BAE41C; }
span { border-color: rgb(186,228,28); }
td.TdClassName
{
border-color: #BAE41C;
}
.TagClassName
{
border-color: #BAE41C;
}
</style>