Shades of Inch Worm #B2E00A
Tints of Inch Worm #B2E00A
RGB
CMYK
RGB Variations
Color information
#B2E00A (or 0xB2E00A) is known color: Inch Worm. HEX triplet: B2, E0 and 0A. RGB value is (178,224,10). Sum of RGB (Red+Green+Blue) = 178+224+10=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E00A is #4D1FF5. Grayscale: #BABABA. Windows color (decimal): -5054454 or 712882. OLE color: 712882.
HSL color Cylindrical-coordinate representation of color #B2E00A: hue angle of 72.9º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2E00A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 10 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.12 |
| HSL | 72.9º | 0.91% | 0.46% | - |
| HSV(B) | 72.9º | 0.96% | 0.88% | - |
| XYZ | 45.07 | 62.8 | 10.03 | - |
| YUV | 185.85 | 28.76 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 10 | 0.21 | 0 | 0.96 | 0.12 | 72.9 | 0.91 | 0.46 |
| Hex | B2 | E0 | A | 15 | 0 | 60 | C | 49 | 5B | 2E |
| Octal | 262 | 340 | 12 | 25 | 0 | 140 | 14 | 111 | 133 | 56 |
| Binary | 10110010 | 11100000 | 1010 | 10101 | 0 | 1100000 | 1100 | 1001001 | 1011011 | 101110 |
Color Harmonies of #B2E00A
Complementary color
Monochromatic Colors of #B2E00A
Black with #B2E00A
Text Example
Text Example
White with #B2E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E00A; }
p { color: rgb(178,224,10); }
H1.HeaderClassName
{
color: #B2E00A;
}
.AnyTagClassName
{
color: #B2E00A;
}
</style>
background-color css
<style>
a { background-color: #B2E00A; }
a { background-color: rgb(178,224,10); }
div.DivClassName
{
background-color: #B2E00A;
}
.BgClassName
{
background-color: #B2E00A;
}
</style>
border-color css
<style>
span { border-color: #B2E00A; }
span { border-color: rgb(178,224,10); }
td.TdClassName
{
border-color: #B2E00A;
}
.TagClassName
{
border-color: #B2E00A;
}
</style>