Shades of Inch Worm #B0F020
Tints of Inch Worm #B0F020
RGB
CMYK
RGB Variations
Color information
#B0F020 (or 0xB0F020) is known color: Inch Worm. HEX triplet: B0, F0 and 20. RGB value is (176,240,32). Sum of RGB (Red+Green+Blue) = 176+240+32=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F020 is #4F0FDF. Grayscale: #C5C5C5. Windows color (decimal): -5181408 or 2158768. OLE color: 2158768.
HSL color Cylindrical-coordinate representation of color #B0F020: hue angle of 78.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0F020 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 32 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.06 |
| HSL | 78.46º | 0.87% | 0.53% | - |
| HSV(B) | 78.46º | 0.87% | 0.94% | - |
| XYZ | 49.33 | 71.65 | 12.6 | - |
| YUV | 197.15 | 34.8 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 32 | 0.27 | 0 | 0.87 | 0.06 | 78.46 | 0.87 | 0.53 |
| Hex | B0 | F0 | 20 | 1B | 0 | 57 | 6 | 4E | 57 | 35 |
| Octal | 260 | 360 | 40 | 33 | 0 | 127 | 6 | 116 | 127 | 65 |
| Binary | 10110000 | 11110000 | 100000 | 11011 | 0 | 1010111 | 110 | 1001110 | 1010111 | 110101 |
Color Harmonies of #B0F020
Complementary color
Monochromatic Colors of #B0F020
Black with #B0F020
Text Example
Text Example
White with #B0F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F020; }
p { color: rgb(176,240,32); }
H1.HeaderClassName
{
color: #B0F020;
}
.AnyTagClassName
{
color: #B0F020;
}
</style>
background-color css
<style>
a { background-color: #B0F020; }
a { background-color: rgb(176,240,32); }
div.DivClassName
{
background-color: #B0F020;
}
.BgClassName
{
background-color: #B0F020;
}
</style>
border-color css
<style>
span { border-color: #B0F020; }
span { border-color: rgb(176,240,32); }
td.TdClassName
{
border-color: #B0F020;
}
.TagClassName
{
border-color: #B0F020;
}
</style>