Shades of Inch Worm #B0F019
Tints of Inch Worm #B0F019
RGB
CMYK
RGB Variations
Color information
#B0F019 (or 0xB0F019) is known color: Inch Worm. HEX triplet: B0, F0 and 19. RGB value is (176,240,25). Sum of RGB (Red+Green+Blue) = 176+240+25=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F019 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F019 is #4F0FE6. Grayscale: #C5C5C5. Windows color (decimal): -5181415 or 1700016. OLE color: 1700016.
HSL color Cylindrical-coordinate representation of color #B0F019: hue angle of 77.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0F019 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 25 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.06 |
| HSL | 77.86º | 0.88% | 0.52% | - |
| HSV(B) | 77.86º | 0.9% | 0.94% | - |
| XYZ | 49.24 | 71.62 | 12.15 | - |
| YUV | 196.35 | 31.3 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 25 | 0.27 | 0 | 0.90 | 0.06 | 77.86 | 0.88 | 0.52 |
| Hex | B0 | F0 | 19 | 1B | 0 | 5A | 6 | 4E | 58 | 34 |
| Octal | 260 | 360 | 31 | 33 | 0 | 132 | 6 | 116 | 130 | 64 |
| Binary | 10110000 | 11110000 | 11001 | 11011 | 0 | 1011010 | 110 | 1001110 | 1011000 | 110100 |
Color Harmonies of #B0F019
Complementary color
Monochromatic Colors of #B0F019
Black with #B0F019
Text Example
Text Example
White with #B0F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F019; }
p { color: rgb(176,240,25); }
H1.HeaderClassName
{
color: #B0F019;
}
.AnyTagClassName
{
color: #B0F019;
}
</style>
background-color css
<style>
a { background-color: #B0F019; }
a { background-color: rgb(176,240,25); }
div.DivClassName
{
background-color: #B0F019;
}
.BgClassName
{
background-color: #B0F019;
}
</style>
border-color css
<style>
span { border-color: #B0F019; }
span { border-color: rgb(176,240,25); }
td.TdClassName
{
border-color: #B0F019;
}
.TagClassName
{
border-color: #B0F019;
}
</style>