Shades of Inch Worm #B0E41A
Tints of Inch Worm #B0E41A
RGB
CMYK
RGB Variations
Color information
#B0E41A (or 0xB0E41A) is known color: Inch Worm. HEX triplet: B0, E4 and 1A. RGB value is (176,228,26). Sum of RGB (Red+Green+Blue) = 176+228+26=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E41A is #4F1BE5. Grayscale: #BEBEBE. Windows color (decimal): -5184486 or 1762480. OLE color: 1762480.
HSL color Cylindrical-coordinate representation of color #B0E41A: hue angle of 75.45º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0E41A is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 26 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.11 |
| HSL | 75.45º | 0.8% | 0.5% | - |
| HSV(B) | 75.45º | 0.89% | 0.89% | - |
| XYZ | 45.83 | 64.79 | 11.07 | - |
| YUV | 189.42 | 35.77 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 26 | 0.23 | 0 | 0.89 | 0.11 | 75.45 | 0.8 | 0.5 |
| Hex | B0 | E4 | 1A | 17 | 0 | 59 | B | 4B | 50 | 32 |
| Octal | 260 | 344 | 32 | 27 | 0 | 131 | 13 | 113 | 120 | 62 |
| Binary | 10110000 | 11100100 | 11010 | 10111 | 0 | 1011001 | 1011 | 1001011 | 1010000 | 110010 |
Color Harmonies of #B0E41A
Complementary color
Monochromatic Colors of #B0E41A
Black with #B0E41A
Text Example
Text Example
White with #B0E41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E41A; }
p { color: rgb(176,228,26); }
H1.HeaderClassName
{
color: #B0E41A;
}
.AnyTagClassName
{
color: #B0E41A;
}
</style>
background-color css
<style>
a { background-color: #B0E41A; }
a { background-color: rgb(176,228,26); }
div.DivClassName
{
background-color: #B0E41A;
}
.BgClassName
{
background-color: #B0E41A;
}
</style>
border-color css
<style>
span { border-color: #B0E41A; }
span { border-color: rgb(176,228,26); }
td.TdClassName
{
border-color: #B0E41A;
}
.TagClassName
{
border-color: #B0E41A;
}
</style>