Shades of Inch Worm #B3E50E
Tints of Inch Worm #B3E50E
RGB
CMYK
RGB Variations
Color information
#B3E50E (or 0xB3E50E) is known color: Inch Worm. HEX triplet: B3, E5 and 0E. RGB value is (179,229,14). Sum of RGB (Red+Green+Blue) = 179+229+14=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 229 (89.84% from 255 or 54.27% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3E50E is #4C1AF1. Grayscale: #BEBEBE. Windows color (decimal): -4987634 or 976307. OLE color: 976307.
HSL color Cylindrical-coordinate representation of color #B3E50E: hue angle of 73.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3E50E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 229 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.10 |
| HSL | 73.95º | 0.88% | 0.48% | - |
| HSV(B) | 73.95º | 0.94% | 0.9% | - |
| XYZ | 46.69 | 65.65 | 10.63 | - |
| YUV | 189.54 | 28.94 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 14 | 0.22 | 0 | 0.94 | 0.10 | 73.95 | 0.88 | 0.48 |
| Hex | B3 | E5 | E | 16 | 0 | 5E | A | 4A | 58 | 30 |
| Octal | 263 | 345 | 16 | 26 | 0 | 136 | 12 | 112 | 130 | 60 |
| Binary | 10110011 | 11100101 | 1110 | 10110 | 0 | 1011110 | 1010 | 1001010 | 1011000 | 110000 |
Color Harmonies of #B3E50E
Complementary color
Monochromatic Colors of #B3E50E
Black with #B3E50E
Text Example
Text Example
White with #B3E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E50E; }
p { color: rgb(179,229,14); }
H1.HeaderClassName
{
color: #B3E50E;
}
.AnyTagClassName
{
color: #B3E50E;
}
</style>
background-color css
<style>
a { background-color: #B3E50E; }
a { background-color: rgb(179,229,14); }
div.DivClassName
{
background-color: #B3E50E;
}
.BgClassName
{
background-color: #B3E50E;
}
</style>
border-color css
<style>
span { border-color: #B3E50E; }
span { border-color: rgb(179,229,14); }
td.TdClassName
{
border-color: #B3E50E;
}
.TagClassName
{
border-color: #B3E50E;
}
</style>