Shades of Inch Worm #B0F112
Tints of Inch Worm #B0F112
RGB
CMYK
RGB Variations
Color information
#B0F112 (or 0xB0F112) is known color: Inch Worm. HEX triplet: B0, F1 and 12. RGB value is (176,241,18). Sum of RGB (Red+Green+Blue) = 176+241+18=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F112 is #4F0EED. Grayscale: #C4C4C4. Windows color (decimal): -5181166 or 1241520. OLE color: 1241520.
HSL color Cylindrical-coordinate representation of color #B0F112: hue angle of 77.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0F112 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 18 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.05 |
| HSL | 77.49º | 0.89% | 0.51% | - |
| HSV(B) | 77.49º | 0.93% | 0.95% | - |
| XYZ | 49.47 | 72.18 | 11.9 | - |
| YUV | 196.14 | 27.47 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 18 | 0.27 | 0 | 0.93 | 0.05 | 77.49 | 0.89 | 0.51 |
| Hex | B0 | F1 | 12 | 1B | 0 | 5D | 5 | 4D | 59 | 33 |
| Octal | 260 | 361 | 22 | 33 | 0 | 135 | 5 | 115 | 131 | 63 |
| Binary | 10110000 | 11110001 | 10010 | 11011 | 0 | 1011101 | 101 | 1001101 | 1011001 | 110011 |
Color Harmonies of #B0F112
Complementary color
Monochromatic Colors of #B0F112
Black with #B0F112
Text Example
Text Example
White with #B0F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F112; }
p { color: rgb(176,241,18); }
H1.HeaderClassName
{
color: #B0F112;
}
.AnyTagClassName
{
color: #B0F112;
}
</style>
background-color css
<style>
a { background-color: #B0F112; }
a { background-color: rgb(176,241,18); }
div.DivClassName
{
background-color: #B0F112;
}
.BgClassName
{
background-color: #B0F112;
}
</style>
border-color css
<style>
span { border-color: #B0F112; }
span { border-color: rgb(176,241,18); }
td.TdClassName
{
border-color: #B0F112;
}
.TagClassName
{
border-color: #B0F112;
}
</style>