Shades of Inch Worm #B3E528
Tints of Inch Worm #B3E528
RGB
CMYK
RGB Variations
Color information
#B3E528 (or 0xB3E528) is known color: Inch Worm. HEX triplet: B3, E5 and 28. RGB value is (179,229,40). Sum of RGB (Red+Green+Blue) = 179+229+40=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E528 is #4C1AD7. Grayscale: #C1C1C1. Windows color (decimal): -4987608 or 2680243. OLE color: 2680243.
HSL color Cylindrical-coordinate representation of color #B3E528: hue angle of 75.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3E528 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 229 | 40 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.10 |
| HSL | 75.87º | 0.78% | 0.53% | - |
| HSV(B) | 75.87º | 0.83% | 0.9% | - |
| XYZ | 46.99 | 65.78 | 12.23 | - |
| YUV | 192.5 | 41.94 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 40 | 0.22 | 0 | 0.83 | 0.10 | 75.87 | 0.78 | 0.53 |
| Hex | B3 | E5 | 28 | 16 | 0 | 53 | A | 4C | 4E | 35 |
| Octal | 263 | 345 | 50 | 26 | 0 | 123 | 12 | 114 | 116 | 65 |
| Binary | 10110011 | 11100101 | 101000 | 10110 | 0 | 1010011 | 1010 | 1001100 | 1001110 | 110101 |
Color Harmonies of #B3E528
Complementary color
Monochromatic Colors of #B3E528
Black with #B3E528
Text Example
Text Example
White with #B3E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E528; }
p { color: rgb(179,229,40); }
H1.HeaderClassName
{
color: #B3E528;
}
.AnyTagClassName
{
color: #B3E528;
}
</style>
background-color css
<style>
a { background-color: #B3E528; }
a { background-color: rgb(179,229,40); }
div.DivClassName
{
background-color: #B3E528;
}
.BgClassName
{
background-color: #B3E528;
}
</style>
border-color css
<style>
span { border-color: #B3E528; }
span { border-color: rgb(179,229,40); }
td.TdClassName
{
border-color: #B3E528;
}
.TagClassName
{
border-color: #B3E528;
}
</style>