Shades of Inch Worm #B2F118
Tints of Inch Worm #B2F118
RGB
CMYK
RGB Variations
Color information
#B2F118 (or 0xB2F118) is known color: Inch Worm. HEX triplet: B2, F1 and 18. RGB value is (178,241,24). Sum of RGB (Red+Green+Blue) = 178+241+24=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F118 is #4D0EE7. Grayscale: #C6C6C6. Windows color (decimal): -5050088 or 1634738. OLE color: 1634738.
HSL color Cylindrical-coordinate representation of color #B2F118: hue angle of 77.42º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2F118 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 24 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.05 |
| HSL | 77.42º | 0.89% | 0.52% | - |
| HSV(B) | 77.42º | 0.9% | 0.95% | - |
| XYZ | 49.98 | 72.44 | 12.21 | - |
| YUV | 197.43 | 30.13 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 24 | 0.26 | 0 | 0.90 | 0.05 | 77.42 | 0.89 | 0.52 |
| Hex | B2 | F1 | 18 | 1A | 0 | 5A | 5 | 4D | 59 | 34 |
| Octal | 262 | 361 | 30 | 32 | 0 | 132 | 5 | 115 | 131 | 64 |
| Binary | 10110010 | 11110001 | 11000 | 11010 | 0 | 1011010 | 101 | 1001101 | 1011001 | 110100 |
Color Harmonies of #B2F118
Complementary color
Monochromatic Colors of #B2F118
Black with #B2F118
Text Example
Text Example
White with #B2F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F118; }
p { color: rgb(178,241,24); }
H1.HeaderClassName
{
color: #B2F118;
}
.AnyTagClassName
{
color: #B2F118;
}
</style>
background-color css
<style>
a { background-color: #B2F118; }
a { background-color: rgb(178,241,24); }
div.DivClassName
{
background-color: #B2F118;
}
.BgClassName
{
background-color: #B2F118;
}
</style>
border-color css
<style>
span { border-color: #B2F118; }
span { border-color: rgb(178,241,24); }
td.TdClassName
{
border-color: #B2F118;
}
.TagClassName
{
border-color: #B2F118;
}
</style>