Shades of Inch Worm #B3E121
Tints of Inch Worm #B3E121
RGB
CMYK
RGB Variations
Color information
#B3E121 (or 0xB3E121) is known color: Inch Worm. HEX triplet: B3, E1 and 21. RGB value is (179,225,33). Sum of RGB (Red+Green+Blue) = 179+225+33=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E121 is #4C1EDE. Grayscale: #BEBEBE. Windows color (decimal): -4988639 or 2220467. OLE color: 2220467.
HSL color Cylindrical-coordinate representation of color #B3E121: hue angle of 74.37º 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 #B3E121 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 33 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.12 |
| HSL | 74.37º | 0.76% | 0.51% | - |
| HSV(B) | 74.37º | 0.85% | 0.88% | - |
| XYZ | 45.79 | 63.54 | 11.29 | - |
| YUV | 189.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 33 | 0.20 | 0 | 0.85 | 0.12 | 74.37 | 0.76 | 0.51 |
| Hex | B3 | E1 | 21 | 14 | 0 | 55 | C | 4A | 4C | 33 |
| Octal | 263 | 341 | 41 | 24 | 0 | 125 | 14 | 112 | 114 | 63 |
| Binary | 10110011 | 11100001 | 100001 | 10100 | 0 | 1010101 | 1100 | 1001010 | 1001100 | 110011 |
Color Harmonies of #B3E121
Complementary color
Monochromatic Colors of #B3E121
Black with #B3E121
Text Example
Text Example
White with #B3E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E121; }
p { color: rgb(179,225,33); }
H1.HeaderClassName
{
color: #B3E121;
}
.AnyTagClassName
{
color: #B3E121;
}
</style>
background-color css
<style>
a { background-color: #B3E121; }
a { background-color: rgb(179,225,33); }
div.DivClassName
{
background-color: #B3E121;
}
.BgClassName
{
background-color: #B3E121;
}
</style>
border-color css
<style>
span { border-color: #B3E121; }
span { border-color: rgb(179,225,33); }
td.TdClassName
{
border-color: #B3E121;
}
.TagClassName
{
border-color: #B3E121;
}
</style>