Shades of Inch Worm #B3E313
Tints of Inch Worm #B3E313
RGB
CMYK
RGB Variations
Color information
#B3E313 (or 0xB3E313) is known color: Inch Worm. HEX triplet: B3, E3 and 13. RGB value is (179,227,19). Sum of RGB (Red+Green+Blue) = 179+227+19=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3E313 is #4C1CEC. Grayscale: #BDBDBD. Windows color (decimal): -4988141 or 1303475. OLE color: 1303475.
HSL color Cylindrical-coordinate representation of color #B3E313: hue angle of 73.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3E313 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 227 | 19 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.11 |
| HSL | 73.85º | 0.85% | 0.48% | - |
| HSV(B) | 73.85º | 0.92% | 0.89% | - |
| XYZ | 46.18 | 64.57 | 10.65 | - |
| YUV | 188.94 | 32.1 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 227 | 19 | 0.21 | 0 | 0.92 | 0.11 | 73.85 | 0.85 | 0.48 |
| Hex | B3 | E3 | 13 | 15 | 0 | 5C | B | 4A | 55 | 30 |
| Octal | 263 | 343 | 23 | 25 | 0 | 134 | 13 | 112 | 125 | 60 |
| Binary | 10110011 | 11100011 | 10011 | 10101 | 0 | 1011100 | 1011 | 1001010 | 1010101 | 110000 |
Color Harmonies of #B3E313
Complementary color
Monochromatic Colors of #B3E313
Black with #B3E313
Text Example
Text Example
White with #B3E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E313; }
p { color: rgb(179,227,19); }
H1.HeaderClassName
{
color: #B3E313;
}
.AnyTagClassName
{
color: #B3E313;
}
</style>
background-color css
<style>
a { background-color: #B3E313; }
a { background-color: rgb(179,227,19); }
div.DivClassName
{
background-color: #B3E313;
}
.BgClassName
{
background-color: #B3E313;
}
</style>
border-color css
<style>
span { border-color: #B3E313; }
span { border-color: rgb(179,227,19); }
td.TdClassName
{
border-color: #B3E313;
}
.TagClassName
{
border-color: #B3E313;
}
</style>