Shades of Inch Worm #B5F220
Tints of Inch Worm #B5F220
RGB
CMYK
RGB Variations
Color information
#B5F220 (or 0xB5F220) is known color: Inch Worm. HEX triplet: B5, F2 and 20. RGB value is (181,242,32). Sum of RGB (Red+Green+Blue) = 181+242+32=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F220 is #4A0DDF. Grayscale: #C8C8C8. Windows color (decimal): -4853216 or 2159285. OLE color: 2159285.
HSL color Cylindrical-coordinate representation of color #B5F220: hue angle of 77.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5F220 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.05 |
| HSL | 77.43º | 0.89% | 0.54% | - |
| HSV(B) | 77.43º | 0.87% | 0.95% | - |
| XYZ | 51.07 | 73.43 | 12.85 | - |
| YUV | 199.82 | 33.29 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 32 | 0.25 | 0 | 0.87 | 0.05 | 77.43 | 0.89 | 0.54 |
| Hex | B5 | F2 | 20 | 19 | 0 | 57 | 5 | 4D | 59 | 36 |
| Octal | 265 | 362 | 40 | 31 | 0 | 127 | 5 | 115 | 131 | 66 |
| Binary | 10110101 | 11110010 | 100000 | 11001 | 0 | 1010111 | 101 | 1001101 | 1011001 | 110110 |
Color Harmonies of #B5F220
Complementary color
Monochromatic Colors of #B5F220
Black with #B5F220
Text Example
Text Example
White with #B5F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F220; }
p { color: rgb(181,242,32); }
H1.HeaderClassName
{
color: #B5F220;
}
.AnyTagClassName
{
color: #B5F220;
}
</style>
background-color css
<style>
a { background-color: #B5F220; }
a { background-color: rgb(181,242,32); }
div.DivClassName
{
background-color: #B5F220;
}
.BgClassName
{
background-color: #B5F220;
}
</style>
border-color css
<style>
span { border-color: #B5F220; }
span { border-color: rgb(181,242,32); }
td.TdClassName
{
border-color: #B5F220;
}
.TagClassName
{
border-color: #B5F220;
}
</style>