Shades of Inch Worm #B2E405
Tints of Inch Worm #B2E405
RGB
CMYK
RGB Variations
Color information
#B2E405 (or 0xB2E405) is known color: Inch Worm. HEX triplet: B2, E4 and 05. RGB value is (178,228,5). Sum of RGB (Red+Green+Blue) = 178+228+5=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E405 is #4D1BFA. Grayscale: #BCBCBC. Windows color (decimal): -5053435 or 386226. OLE color: 386226.
HSL color Cylindrical-coordinate representation of color #B2E405: hue angle of 73.45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2E405 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.11 |
| HSL | 73.45º | 0.96% | 0.46% | - |
| HSV(B) | 73.45º | 0.98% | 0.89% | - |
| XYZ | 46.13 | 64.96 | 10.25 | - |
| YUV | 187.63 | 24.94 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 5 | 0.22 | 0 | 0.98 | 0.11 | 73.45 | 0.96 | 0.46 |
| Hex | B2 | E4 | 5 | 16 | 0 | 62 | B | 49 | 60 | 2E |
| Octal | 262 | 344 | 5 | 26 | 0 | 142 | 13 | 111 | 140 | 56 |
| Binary | 10110010 | 11100100 | 101 | 10110 | 0 | 1100010 | 1011 | 1001001 | 1100000 | 101110 |
Color Harmonies of #B2E405
Complementary color
Monochromatic Colors of #B2E405
Black with #B2E405
Text Example
Text Example
White with #B2E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E405; }
p { color: rgb(178,228,5); }
H1.HeaderClassName
{
color: #B2E405;
}
.AnyTagClassName
{
color: #B2E405;
}
</style>
background-color css
<style>
a { background-color: #B2E405; }
a { background-color: rgb(178,228,5); }
div.DivClassName
{
background-color: #B2E405;
}
.BgClassName
{
background-color: #B2E405;
}
</style>
border-color css
<style>
span { border-color: #B2E405; }
span { border-color: rgb(178,228,5); }
td.TdClassName
{
border-color: #B2E405;
}
.TagClassName
{
border-color: #B2E405;
}
</style>