Shades of Inch Worm #B6E121
Tints of Inch Worm #B6E121
RGB
CMYK
RGB Variations
Color information
#B6E121 (or 0xB6E121) is known color: Inch Worm. HEX triplet: B6, E1 and 21. RGB value is (182,225,33). Sum of RGB (Red+Green+Blue) = 182+225+33=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E121 is #491EDE. Grayscale: #BEBEBE. Windows color (decimal): -4792031 or 2220470. OLE color: 2220470.
HSL color Cylindrical-coordinate representation of color #B6E121: hue angle of 73.44º 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 #B6E121 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 225 | 33 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.12 |
| HSL | 73.44º | 0.76% | 0.51% | - |
| HSV(B) | 73.44º | 0.85% | 0.88% | - |
| XYZ | 46.49 | 63.91 | 11.32 | - |
| YUV | 190.26 | 39.25 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 33 | 0.19 | 0 | 0.85 | 0.12 | 73.44 | 0.76 | 0.51 |
| Hex | B6 | E1 | 21 | 13 | 0 | 55 | C | 49 | 4C | 33 |
| Octal | 266 | 341 | 41 | 23 | 0 | 125 | 14 | 111 | 114 | 63 |
| Binary | 10110110 | 11100001 | 100001 | 10011 | 0 | 1010101 | 1100 | 1001001 | 1001100 | 110011 |
Color Harmonies of #B6E121
Complementary color
Monochromatic Colors of #B6E121
Black with #B6E121
Text Example
Text Example
White with #B6E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E121; }
p { color: rgb(182,225,33); }
H1.HeaderClassName
{
color: #B6E121;
}
.AnyTagClassName
{
color: #B6E121;
}
</style>
background-color css
<style>
a { background-color: #B6E121; }
a { background-color: rgb(182,225,33); }
div.DivClassName
{
background-color: #B6E121;
}
.BgClassName
{
background-color: #B6E121;
}
</style>
border-color css
<style>
span { border-color: #B6E121; }
span { border-color: rgb(182,225,33); }
td.TdClassName
{
border-color: #B6E121;
}
.TagClassName
{
border-color: #B6E121;
}
</style>