Shades of Inch Worm #B2E114
Tints of Inch Worm #B2E114
RGB
CMYK
RGB Variations
Color information
#B2E114 (or 0xB2E114) is known color: Inch Worm. HEX triplet: B2, E1 and 14. RGB value is (178,225,20). Sum of RGB (Red+Green+Blue) = 178+225+20=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E114 is #4D1EEB. Grayscale: #BCBCBC. Windows color (decimal): -5054188 or 1368498. OLE color: 1368498.
HSL color Cylindrical-coordinate representation of color #B2E114: hue angle of 73.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2E114 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 20 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.12 |
| HSL | 73.76º | 0.84% | 0.48% | - |
| HSV(B) | 73.76º | 0.91% | 0.88% | - |
| XYZ | 45.41 | 63.37 | 10.5 | - |
| YUV | 187.58 | 33.43 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 20 | 0.21 | 0 | 0.91 | 0.12 | 73.76 | 0.84 | 0.48 |
| Hex | B2 | E1 | 14 | 15 | 0 | 5B | C | 4A | 54 | 30 |
| Octal | 262 | 341 | 24 | 25 | 0 | 133 | 14 | 112 | 124 | 60 |
| Binary | 10110010 | 11100001 | 10100 | 10101 | 0 | 1011011 | 1100 | 1001010 | 1010100 | 110000 |
Color Harmonies of #B2E114
Complementary color
Monochromatic Colors of #B2E114
Black with #B2E114
Text Example
Text Example
White with #B2E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E114; }
p { color: rgb(178,225,20); }
H1.HeaderClassName
{
color: #B2E114;
}
.AnyTagClassName
{
color: #B2E114;
}
</style>
background-color css
<style>
a { background-color: #B2E114; }
a { background-color: rgb(178,225,20); }
div.DivClassName
{
background-color: #B2E114;
}
.BgClassName
{
background-color: #B2E114;
}
</style>
border-color css
<style>
span { border-color: #B2E114; }
span { border-color: rgb(178,225,20); }
td.TdClassName
{
border-color: #B2E114;
}
.TagClassName
{
border-color: #B2E114;
}
</style>