Shades of Inch Worm #B3F510
Tints of Inch Worm #B3F510
RGB
CMYK
RGB Variations
Color information
#B3F510 (or 0xB3F510) is known color: Inch Worm. HEX triplet: B3, F5 and 10. RGB value is (179,245,16). Sum of RGB (Red+Green+Blue) = 179+245+16=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F510 is #4C0AEF. Grayscale: #C8C8C8. Windows color (decimal): -4983536 or 1111475. OLE color: 1111475.
HSL color Cylindrical-coordinate representation of color #B3F510: hue angle of 77.29º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3F510 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 245 | 16 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.04 |
| HSL | 77.29º | 0.92% | 0.51% | - |
| HSV(B) | 77.29º | 0.93% | 0.96% | - |
| XYZ | 51.34 | 74.93 | 12.25 | - |
| YUV | 199.16 | 24.63 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 245 | 16 | 0.27 | 0 | 0.93 | 0.04 | 77.29 | 0.92 | 0.51 |
| Hex | B3 | F5 | 10 | 1B | 0 | 5D | 4 | 4D | 5C | 33 |
| Octal | 263 | 365 | 20 | 33 | 0 | 135 | 4 | 115 | 134 | 63 |
| Binary | 10110011 | 11110101 | 10000 | 11011 | 0 | 1011101 | 100 | 1001101 | 1011100 | 110011 |
Color Harmonies of #B3F510
Complementary color
Monochromatic Colors of #B3F510
Black with #B3F510
Text Example
Text Example
White with #B3F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F510; }
p { color: rgb(179,245,16); }
H1.HeaderClassName
{
color: #B3F510;
}
.AnyTagClassName
{
color: #B3F510;
}
</style>
background-color css
<style>
a { background-color: #B3F510; }
a { background-color: rgb(179,245,16); }
div.DivClassName
{
background-color: #B3F510;
}
.BgClassName
{
background-color: #B3F510;
}
</style>
border-color css
<style>
span { border-color: #B3F510; }
span { border-color: rgb(179,245,16); }
td.TdClassName
{
border-color: #B3F510;
}
.TagClassName
{
border-color: #B3F510;
}
</style>