Shades of Inch Worm #B2E80D
Tints of Inch Worm #B2E80D
RGB
CMYK
RGB Variations
Color information
#B2E80D (or 0xB2E80D) is known color: Inch Worm. HEX triplet: B2, E8 and 0D. RGB value is (178,232,13). Sum of RGB (Red+Green+Blue) = 178+232+13=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E80D is #4D17F2. Grayscale: #BFBFBF. Windows color (decimal): -5052403 or 911538. OLE color: 911538.
HSL color Cylindrical-coordinate representation of color #B2E80D: hue angle of 74.79º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2E80D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.09 |
| HSL | 74.79º | 0.89% | 0.48% | - |
| HSV(B) | 74.79º | 0.94% | 0.91% | - |
| XYZ | 47.29 | 67.21 | 10.86 | - |
| YUV | 190.89 | 27.61 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 13 | 0.23 | 0 | 0.94 | 0.09 | 74.79 | 0.89 | 0.48 |
| Hex | B2 | E8 | D | 17 | 0 | 5E | 9 | 4B | 59 | 30 |
| Octal | 262 | 350 | 15 | 27 | 0 | 136 | 11 | 113 | 131 | 60 |
| Binary | 10110010 | 11101000 | 1101 | 10111 | 0 | 1011110 | 1001 | 1001011 | 1011001 | 110000 |
Color Harmonies of #B2E80D
Complementary color
Monochromatic Colors of #B2E80D
Black with #B2E80D
Text Example
Text Example
White with #B2E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E80D; }
p { color: rgb(178,232,13); }
H1.HeaderClassName
{
color: #B2E80D;
}
.AnyTagClassName
{
color: #B2E80D;
}
</style>
background-color css
<style>
a { background-color: #B2E80D; }
a { background-color: rgb(178,232,13); }
div.DivClassName
{
background-color: #B2E80D;
}
.BgClassName
{
background-color: #B2E80D;
}
</style>
border-color css
<style>
span { border-color: #B2E80D; }
span { border-color: rgb(178,232,13); }
td.TdClassName
{
border-color: #B2E80D;
}
.TagClassName
{
border-color: #B2E80D;
}
</style>