Shades of Inch Worm #B3F112
Tints of Inch Worm #B3F112
RGB
CMYK
RGB Variations
Color information
#B3F112 (or 0xB3F112) is known color: Inch Worm. HEX triplet: B3, F1 and 12. RGB value is (179,241,18). Sum of RGB (Red+Green+Blue) = 179+241+18=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F112 is #4C0EED. Grayscale: #C5C5C5. Windows color (decimal): -4984558 or 1241523. OLE color: 1241523.
HSL color Cylindrical-coordinate representation of color #B3F112: hue angle of 76.68º 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 #B3F112 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.05 |
| HSL | 76.68º | 0.89% | 0.51% | - |
| HSV(B) | 76.68º | 0.93% | 0.95% | - |
| XYZ | 50.15 | 72.54 | 11.93 | - |
| YUV | 197.04 | 26.96 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 18 | 0.26 | 0 | 0.93 | 0.05 | 76.68 | 0.89 | 0.51 |
| Hex | B3 | F1 | 12 | 1A | 0 | 5D | 5 | 4D | 59 | 33 |
| Octal | 263 | 361 | 22 | 32 | 0 | 135 | 5 | 115 | 131 | 63 |
| Binary | 10110011 | 11110001 | 10010 | 11010 | 0 | 1011101 | 101 | 1001101 | 1011001 | 110011 |
Color Harmonies of #B3F112
Complementary color
Monochromatic Colors of #B3F112
Black with #B3F112
Text Example
Text Example
White with #B3F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F112; }
p { color: rgb(179,241,18); }
H1.HeaderClassName
{
color: #B3F112;
}
.AnyTagClassName
{
color: #B3F112;
}
</style>
background-color css
<style>
a { background-color: #B3F112; }
a { background-color: rgb(179,241,18); }
div.DivClassName
{
background-color: #B3F112;
}
.BgClassName
{
background-color: #B3F112;
}
</style>
border-color css
<style>
span { border-color: #B3F112; }
span { border-color: rgb(179,241,18); }
td.TdClassName
{
border-color: #B3F112;
}
.TagClassName
{
border-color: #B3F112;
}
</style>