Shades of Inch Worm #B3E122
Tints of Inch Worm #B3E122
RGB
CMYK
RGB Variations
Color information
#B3E122 (or 0xB3E122) is known color: Inch Worm. HEX triplet: B3, E1 and 22. RGB value is (179,225,34). Sum of RGB (Red+Green+Blue) = 179+225+34=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E122 is #4C1EDD. Grayscale: #BEBEBE. Windows color (decimal): -4988638 or 2286003. OLE color: 2286003.
HSL color Cylindrical-coordinate representation of color #B3E122: hue angle of 74.45º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3E122 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 34 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.12 |
| HSL | 74.45º | 0.76% | 0.51% | - |
| HSV(B) | 74.45º | 0.85% | 0.88% | - |
| XYZ | 45.8 | 63.55 | 11.37 | - |
| YUV | 189.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 34 | 0.20 | 0 | 0.85 | 0.12 | 74.45 | 0.76 | 0.51 |
| Hex | B3 | E1 | 22 | 14 | 0 | 55 | C | 4A | 4C | 33 |
| Octal | 263 | 341 | 42 | 24 | 0 | 125 | 14 | 112 | 114 | 63 |
| Binary | 10110011 | 11100001 | 100010 | 10100 | 0 | 1010101 | 1100 | 1001010 | 1001100 | 110011 |
Color Harmonies of #B3E122
Complementary color
Monochromatic Colors of #B3E122
Black with #B3E122
Text Example
Text Example
White with #B3E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E122; }
p { color: rgb(179,225,34); }
H1.HeaderClassName
{
color: #B3E122;
}
.AnyTagClassName
{
color: #B3E122;
}
</style>
background-color css
<style>
a { background-color: #B3E122; }
a { background-color: rgb(179,225,34); }
div.DivClassName
{
background-color: #B3E122;
}
.BgClassName
{
background-color: #B3E122;
}
</style>
border-color css
<style>
span { border-color: #B3E122; }
span { border-color: rgb(179,225,34); }
td.TdClassName
{
border-color: #B3E122;
}
.TagClassName
{
border-color: #B3E122;
}
</style>