Shades of Inch Worm #B3F115
Tints of Inch Worm #B3F115
RGB
CMYK
RGB Variations
Color information
#B3F115 (or 0xB3F115) is known color: Inch Worm. HEX triplet: B3, F1 and 15. RGB value is (179,241,21). Sum of RGB (Red+Green+Blue) = 179+241+21=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F115 is #4C0EEA. Grayscale: #C6C6C6. Windows color (decimal): -4984555 or 1438131. OLE color: 1438131.
HSL color Cylindrical-coordinate representation of color #B3F115: hue angle of 76.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3F115 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 21 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.05 |
| HSL | 76.91º | 0.89% | 0.51% | - |
| HSV(B) | 76.91º | 0.91% | 0.95% | - |
| XYZ | 50.18 | 72.55 | 12.07 | - |
| YUV | 197.38 | 28.46 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 21 | 0.26 | 0 | 0.91 | 0.05 | 76.91 | 0.89 | 0.51 |
| Hex | B3 | F1 | 15 | 1A | 0 | 5B | 5 | 4D | 59 | 33 |
| Octal | 263 | 361 | 25 | 32 | 0 | 133 | 5 | 115 | 131 | 63 |
| Binary | 10110011 | 11110001 | 10101 | 11010 | 0 | 1011011 | 101 | 1001101 | 1011001 | 110011 |
Color Harmonies of #B3F115
Complementary color
Monochromatic Colors of #B3F115
Black with #B3F115
Text Example
Text Example
White with #B3F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F115; }
p { color: rgb(179,241,21); }
H1.HeaderClassName
{
color: #B3F115;
}
.AnyTagClassName
{
color: #B3F115;
}
</style>
background-color css
<style>
a { background-color: #B3F115; }
a { background-color: rgb(179,241,21); }
div.DivClassName
{
background-color: #B3F115;
}
.BgClassName
{
background-color: #B3F115;
}
</style>
border-color css
<style>
span { border-color: #B3F115; }
span { border-color: rgb(179,241,21); }
td.TdClassName
{
border-color: #B3F115;
}
.TagClassName
{
border-color: #B3F115;
}
</style>