Shades of Inch Worm #B3E102
Tints of Inch Worm #B3E102
RGB
CMYK
RGB Variations
Color information
#B3E102 (or 0xB3E102) is known color: Inch Worm. HEX triplet: B3, E1 and 02. RGB value is (179,225,2). Sum of RGB (Red+Green+Blue) = 179+225+2=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3E102 is #4C1EFD. Grayscale: #BABABA. Windows color (decimal): -4988670 or 188851. OLE color: 188851.
HSL color Cylindrical-coordinate representation of color #B3E102: hue angle of 72.38º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3E102 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.12 |
| HSL | 72.38º | 0.98% | 0.45% | - |
| HSV(B) | 72.38º | 0.99% | 0.88% | - |
| XYZ | 45.53 | 63.44 | 9.9 | - |
| YUV | 185.82 | 24.26 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 2 | 0.20 | 0 | 0.99 | 0.12 | 72.38 | 0.98 | 0.45 |
| Hex | B3 | E1 | 2 | 14 | 0 | 63 | C | 48 | 62 | 2D |
| Octal | 263 | 341 | 2 | 24 | 0 | 143 | 14 | 110 | 142 | 55 |
| Binary | 10110011 | 11100001 | 10 | 10100 | 0 | 1100011 | 1100 | 1001000 | 1100010 | 101101 |
Color Harmonies of #B3E102
Complementary color
Monochromatic Colors of #B3E102
Black with #B3E102
Text Example
Text Example
White with #B3E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E102; }
p { color: rgb(179,225,2); }
H1.HeaderClassName
{
color: #B3E102;
}
.AnyTagClassName
{
color: #B3E102;
}
</style>
background-color css
<style>
a { background-color: #B3E102; }
a { background-color: rgb(179,225,2); }
div.DivClassName
{
background-color: #B3E102;
}
.BgClassName
{
background-color: #B3E102;
}
</style>
border-color css
<style>
span { border-color: #B3E102; }
span { border-color: rgb(179,225,2); }
td.TdClassName
{
border-color: #B3E102;
}
.TagClassName
{
border-color: #B3E102;
}
</style>