Shades of Inch Worm #B2E913
Tints of Inch Worm #B2E913
RGB
CMYK
RGB Variations
Color information
#B2E913 (or 0xB2E913) is known color: Inch Worm. HEX triplet: B2, E9 and 13. RGB value is (178,233,19). Sum of RGB (Red+Green+Blue) = 178+233+19=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E913 is #4D16EC. Grayscale: #C0C0C0. Windows color (decimal): -5052141 or 1305010. OLE color: 1305010.
HSL color Cylindrical-coordinate representation of color #B2E913: hue angle of 75.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2E913 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.09 |
| HSL | 75.42º | 0.85% | 0.49% | - |
| HSV(B) | 75.42º | 0.92% | 0.91% | - |
| XYZ | 47.62 | 67.79 | 11.19 | - |
| YUV | 192.16 | 30.28 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 19 | 0.24 | 0 | 0.92 | 0.09 | 75.42 | 0.85 | 0.49 |
| Hex | B2 | E9 | 13 | 18 | 0 | 5C | 9 | 4B | 55 | 31 |
| Octal | 262 | 351 | 23 | 30 | 0 | 134 | 11 | 113 | 125 | 61 |
| Binary | 10110010 | 11101001 | 10011 | 11000 | 0 | 1011100 | 1001 | 1001011 | 1010101 | 110001 |
Color Harmonies of #B2E913
Complementary color
Monochromatic Colors of #B2E913
Black with #B2E913
Text Example
Text Example
White with #B2E913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E913; }
p { color: rgb(178,233,19); }
H1.HeaderClassName
{
color: #B2E913;
}
.AnyTagClassName
{
color: #B2E913;
}
</style>
background-color css
<style>
a { background-color: #B2E913; }
a { background-color: rgb(178,233,19); }
div.DivClassName
{
background-color: #B2E913;
}
.BgClassName
{
background-color: #B2E913;
}
</style>
border-color css
<style>
span { border-color: #B2E913; }
span { border-color: rgb(178,233,19); }
td.TdClassName
{
border-color: #B2E913;
}
.TagClassName
{
border-color: #B2E913;
}
</style>