Shades of Inch Worm #B3F011
Tints of Inch Worm #B3F011
RGB
CMYK
RGB Variations
Color information
#B3F011 (or 0xB3F011) is known color: Inch Worm. HEX triplet: B3, F0 and 11. RGB value is (179,240,17). Sum of RGB (Red+Green+Blue) = 179+240+17=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F011 is #4C0FEE. Grayscale: #C5C5C5. Windows color (decimal): -4984815 or 1175731. OLE color: 1175731.
HSL color Cylindrical-coordinate representation of color #B3F011: hue angle of 76.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3F011 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 17 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.06 |
| HSL | 76.41º | 0.88% | 0.5% | - |
| HSV(B) | 76.41º | 0.93% | 0.94% | - |
| XYZ | 49.85 | 71.94 | 11.79 | - |
| YUV | 196.34 | 26.79 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 17 | 0.25 | 0 | 0.93 | 0.06 | 76.41 | 0.88 | 0.5 |
| Hex | B3 | F0 | 11 | 19 | 0 | 5D | 6 | 4C | 58 | 32 |
| Octal | 263 | 360 | 21 | 31 | 0 | 135 | 6 | 114 | 130 | 62 |
| Binary | 10110011 | 11110000 | 10001 | 11001 | 0 | 1011101 | 110 | 1001100 | 1011000 | 110010 |
Color Harmonies of #B3F011
Complementary color
Monochromatic Colors of #B3F011
Black with #B3F011
Text Example
Text Example
White with #B3F011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F011; }
p { color: rgb(179,240,17); }
H1.HeaderClassName
{
color: #B3F011;
}
.AnyTagClassName
{
color: #B3F011;
}
</style>
background-color css
<style>
a { background-color: #B3F011; }
a { background-color: rgb(179,240,17); }
div.DivClassName
{
background-color: #B3F011;
}
.BgClassName
{
background-color: #B3F011;
}
</style>
border-color css
<style>
span { border-color: #B3F011; }
span { border-color: rgb(179,240,17); }
td.TdClassName
{
border-color: #B3F011;
}
.TagClassName
{
border-color: #B3F011;
}
</style>