Shades of Inch Worm #B3E428
Tints of Inch Worm #B3E428
RGB
CMYK
RGB Variations
Color information
#B3E428 (or 0xB3E428) is known color: Inch Worm. HEX triplet: B3, E4 and 28. RGB value is (179,228,40). Sum of RGB (Red+Green+Blue) = 179+228+40=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E428 is #4C1BD7. Grayscale: #C0C0C0. Windows color (decimal): -4987864 or 2679987. OLE color: 2679987.
HSL color Cylindrical-coordinate representation of color #B3E428: hue angle of 75.64º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3E428 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 228 | 40 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.11 |
| HSL | 75.64º | 0.78% | 0.53% | - |
| HSV(B) | 75.64º | 0.82% | 0.89% | - |
| XYZ | 46.72 | 65.22 | 12.13 | - |
| YUV | 191.92 | 42.27 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 40 | 0.21 | 0 | 0.82 | 0.11 | 75.64 | 0.78 | 0.53 |
| Hex | B3 | E4 | 28 | 15 | 0 | 52 | B | 4C | 4E | 35 |
| Octal | 263 | 344 | 50 | 25 | 0 | 122 | 13 | 114 | 116 | 65 |
| Binary | 10110011 | 11100100 | 101000 | 10101 | 0 | 1010010 | 1011 | 1001100 | 1001110 | 110101 |
Color Harmonies of #B3E428
Complementary color
Monochromatic Colors of #B3E428
Black with #B3E428
Text Example
Text Example
White with #B3E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E428; }
p { color: rgb(179,228,40); }
H1.HeaderClassName
{
color: #B3E428;
}
.AnyTagClassName
{
color: #B3E428;
}
</style>
background-color css
<style>
a { background-color: #B3E428; }
a { background-color: rgb(179,228,40); }
div.DivClassName
{
background-color: #B3E428;
}
.BgClassName
{
background-color: #B3E428;
}
</style>
border-color css
<style>
span { border-color: #B3E428; }
span { border-color: rgb(179,228,40); }
td.TdClassName
{
border-color: #B3E428;
}
.TagClassName
{
border-color: #B3E428;
}
</style>