Shades of Inch Worm #B3F010
Tints of Inch Worm #B3F010
RGB
CMYK
RGB Variations
Color information
#B3F010 (or 0xB3F010) is known color: Inch Worm. HEX triplet: B3, F0 and 10. RGB value is (179,240,16). Sum of RGB (Red+Green+Blue) = 179+240+16=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F010 is #4C0FEF. Grayscale: #C5C5C5. Windows color (decimal): -4984816 or 1110195. OLE color: 1110195.
HSL color Cylindrical-coordinate representation of color #B3F010: hue angle of 76.34º 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 #B3F010 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 16 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.06 |
| HSL | 76.34º | 0.88% | 0.5% | - |
| HSV(B) | 76.34º | 0.93% | 0.94% | - |
| XYZ | 49.84 | 71.94 | 11.75 | - |
| YUV | 196.23 | 26.29 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 16 | 0.25 | 0 | 0.93 | 0.06 | 76.34 | 0.88 | 0.5 |
| Hex | B3 | F0 | 10 | 19 | 0 | 5D | 6 | 4C | 58 | 32 |
| Octal | 263 | 360 | 20 | 31 | 0 | 135 | 6 | 114 | 130 | 62 |
| Binary | 10110011 | 11110000 | 10000 | 11001 | 0 | 1011101 | 110 | 1001100 | 1011000 | 110010 |
Color Harmonies of #B3F010
Complementary color
Monochromatic Colors of #B3F010
Black with #B3F010
Text Example
Text Example
White with #B3F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F010; }
p { color: rgb(179,240,16); }
H1.HeaderClassName
{
color: #B3F010;
}
.AnyTagClassName
{
color: #B3F010;
}
</style>
background-color css
<style>
a { background-color: #B3F010; }
a { background-color: rgb(179,240,16); }
div.DivClassName
{
background-color: #B3F010;
}
.BgClassName
{
background-color: #B3F010;
}
</style>
border-color css
<style>
span { border-color: #B3F010; }
span { border-color: rgb(179,240,16); }
td.TdClassName
{
border-color: #B3F010;
}
.TagClassName
{
border-color: #B3F010;
}
</style>