Shades of Inch Worm #B3F113
Tints of Inch Worm #B3F113
RGB
CMYK
RGB Variations
Color information
#B3F113 (or 0xB3F113) is known color: Inch Worm. HEX triplet: B3, F1 and 13. RGB value is (179,241,19). Sum of RGB (Red+Green+Blue) = 179+241+19=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F113 is #4C0EEC. Grayscale: #C5C5C5. Windows color (decimal): -4984557 or 1307059. OLE color: 1307059.
HSL color Cylindrical-coordinate representation of color #B3F113: hue angle of 76.76º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3F113 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 19 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.05 |
| HSL | 76.76º | 0.89% | 0.51% | - |
| HSV(B) | 76.76º | 0.92% | 0.95% | - |
| XYZ | 50.16 | 72.54 | 11.97 | - |
| YUV | 197.15 | 27.46 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 19 | 0.26 | 0 | 0.92 | 0.05 | 76.76 | 0.89 | 0.51 |
| Hex | B3 | F1 | 13 | 1A | 0 | 5C | 5 | 4D | 59 | 33 |
| Octal | 263 | 361 | 23 | 32 | 0 | 134 | 5 | 115 | 131 | 63 |
| Binary | 10110011 | 11110001 | 10011 | 11010 | 0 | 1011100 | 101 | 1001101 | 1011001 | 110011 |
Color Harmonies of #B3F113
Complementary color
Monochromatic Colors of #B3F113
Black with #B3F113
Text Example
Text Example
White with #B3F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F113; }
p { color: rgb(179,241,19); }
H1.HeaderClassName
{
color: #B3F113;
}
.AnyTagClassName
{
color: #B3F113;
}
</style>
background-color css
<style>
a { background-color: #B3F113; }
a { background-color: rgb(179,241,19); }
div.DivClassName
{
background-color: #B3F113;
}
.BgClassName
{
background-color: #B3F113;
}
</style>
border-color css
<style>
span { border-color: #B3F113; }
span { border-color: rgb(179,241,19); }
td.TdClassName
{
border-color: #B3F113;
}
.TagClassName
{
border-color: #B3F113;
}
</style>