Shades of Inch Worm #B4E120
Tints of Inch Worm #B4E120
RGB
CMYK
RGB Variations
Color information
#B4E120 (or 0xB4E120) is known color: Inch Worm. HEX triplet: B4, E1 and 20. RGB value is (180,225,32). Sum of RGB (Red+Green+Blue) = 180+225+32=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E120 is #4B1EDF. Grayscale: #BEBEBE. Windows color (decimal): -4923104 or 2154932. OLE color: 2154932.
HSL color Cylindrical-coordinate representation of color #B4E120: hue angle of 73.99º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4E120 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 32 | - |
| CMYK | 0.2 | 0 | 0.86 | 0.12 |
| HSL | 73.99º | 0.76% | 0.5% | - |
| HSV(B) | 73.99º | 0.86% | 0.88% | - |
| XYZ | 46.01 | 63.66 | 11.23 | - |
| YUV | 189.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 32 | 0.2 | 0 | 0.86 | 0.12 | 73.99 | 0.76 | 0.5 |
| Hex | B4 | E1 | 20 | 14 | 0 | 56 | C | 4A | 4C | 32 |
| Octal | 264 | 341 | 40 | 24 | 0 | 126 | 14 | 112 | 114 | 62 |
| Binary | 10110100 | 11100001 | 100000 | 10100 | 0 | 1010110 | 1100 | 1001010 | 1001100 | 110010 |
Color Harmonies of #B4E120
Complementary color
Monochromatic Colors of #B4E120
Black with #B4E120
Text Example
Text Example
White with #B4E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E120; }
p { color: rgb(180,225,32); }
H1.HeaderClassName
{
color: #B4E120;
}
.AnyTagClassName
{
color: #B4E120;
}
</style>
background-color css
<style>
a { background-color: #B4E120; }
a { background-color: rgb(180,225,32); }
div.DivClassName
{
background-color: #B4E120;
}
.BgClassName
{
background-color: #B4E120;
}
</style>
border-color css
<style>
span { border-color: #B4E120; }
span { border-color: rgb(180,225,32); }
td.TdClassName
{
border-color: #B4E120;
}
.TagClassName
{
border-color: #B4E120;
}
</style>