Shades of Inch Worm #B2E102
Tints of Inch Worm #B2E102
RGB
CMYK
RGB Variations
Color information
#B2E102 (or 0xB2E102) is known color: Inch Worm. HEX triplet: B2, E1 and 02. RGB value is (178,225,2). Sum of RGB (Red+Green+Blue) = 178+225+2=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E102 is #4D1EFD. Grayscale: #BABABA. Windows color (decimal): -5054206 or 188850. OLE color: 188850.
HSL color Cylindrical-coordinate representation of color #B2E102: hue angle of 72.65º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2E102 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.12 |
| HSL | 72.65º | 0.98% | 0.45% | - |
| HSV(B) | 72.65º | 0.99% | 0.88% | - |
| XYZ | 45.3 | 63.32 | 9.89 | - |
| YUV | 185.53 | 24.43 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 2 | 0.21 | 0 | 0.99 | 0.12 | 72.65 | 0.98 | 0.45 |
| Hex | B2 | E1 | 2 | 15 | 0 | 63 | C | 49 | 62 | 2D |
| Octal | 262 | 341 | 2 | 25 | 0 | 143 | 14 | 111 | 142 | 55 |
| Binary | 10110010 | 11100001 | 10 | 10101 | 0 | 1100011 | 1100 | 1001001 | 1100010 | 101101 |
Color Harmonies of #B2E102
Complementary color
Monochromatic Colors of #B2E102
Black with #B2E102
Text Example
Text Example
White with #B2E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E102; }
p { color: rgb(178,225,2); }
H1.HeaderClassName
{
color: #B2E102;
}
.AnyTagClassName
{
color: #B2E102;
}
</style>
background-color css
<style>
a { background-color: #B2E102; }
a { background-color: rgb(178,225,2); }
div.DivClassName
{
background-color: #B2E102;
}
.BgClassName
{
background-color: #B2E102;
}
</style>
border-color css
<style>
span { border-color: #B2E102; }
span { border-color: rgb(178,225,2); }
td.TdClassName
{
border-color: #B2E102;
}
.TagClassName
{
border-color: #B2E102;
}
</style>