Shades of Inch Worm #B0E52B
Tints of Inch Worm #B0E52B
RGB
CMYK
RGB Variations
Color information
#B0E52B (or 0xB0E52B) is known color: Inch Worm. HEX triplet: B0, E5 and 2B. RGB value is (176,229,43). Sum of RGB (Red+Green+Blue) = 176+229+43=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E52B is #4F1AD4. Grayscale: #C0C0C0. Windows color (decimal): -5184213 or 2876848. OLE color: 2876848.
HSL color Cylindrical-coordinate representation of color #B0E52B: hue angle of 77.1º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0E52B is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 43 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.10 |
| HSL | 77.1º | 0.78% | 0.53% | - |
| HSV(B) | 77.1º | 0.81% | 0.9% | - |
| XYZ | 46.36 | 65.44 | 12.47 | - |
| YUV | 191.95 | 43.94 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 43 | 0.23 | 0 | 0.81 | 0.10 | 77.1 | 0.78 | 0.53 |
| Hex | B0 | E5 | 2B | 17 | 0 | 51 | A | 4D | 4E | 35 |
| Octal | 260 | 345 | 53 | 27 | 0 | 121 | 12 | 115 | 116 | 65 |
| Binary | 10110000 | 11100101 | 101011 | 10111 | 0 | 1010001 | 1010 | 1001101 | 1001110 | 110101 |
Color Harmonies of #B0E52B
Complementary color
Monochromatic Colors of #B0E52B
Black with #B0E52B
Text Example
Text Example
White with #B0E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E52B; }
p { color: rgb(176,229,43); }
H1.HeaderClassName
{
color: #B0E52B;
}
.AnyTagClassName
{
color: #B0E52B;
}
</style>
background-color css
<style>
a { background-color: #B0E52B; }
a { background-color: rgb(176,229,43); }
div.DivClassName
{
background-color: #B0E52B;
}
.BgClassName
{
background-color: #B0E52B;
}
</style>
border-color css
<style>
span { border-color: #B0E52B; }
span { border-color: rgb(176,229,43); }
td.TdClassName
{
border-color: #B0E52B;
}
.TagClassName
{
border-color: #B0E52B;
}
</style>