Shades of Inch Worm #B4E325
Tints of Inch Worm #B4E325
RGB
CMYK
RGB Variations
Color information
#B4E325 (or 0xB4E325) is known color: Inch Worm. HEX triplet: B4, E3 and 25. RGB value is (180,227,37). Sum of RGB (Red+Green+Blue) = 180+227+37=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E325 is #4B1CDA. Grayscale: #C0C0C0. Windows color (decimal): -4922587 or 2483124. OLE color: 2483124.
HSL color Cylindrical-coordinate representation of color #B4E325: hue angle of 74.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4E325 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 227 | 37 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.11 |
| HSL | 74.84º | 0.77% | 0.52% | - |
| HSV(B) | 74.84º | 0.84% | 0.89% | - |
| XYZ | 46.63 | 64.78 | 11.8 | - |
| YUV | 191.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 227 | 37 | 0.21 | 0 | 0.84 | 0.11 | 74.84 | 0.77 | 0.52 |
| Hex | B4 | E3 | 25 | 15 | 0 | 54 | B | 4B | 4D | 34 |
| Octal | 264 | 343 | 45 | 25 | 0 | 124 | 13 | 113 | 115 | 64 |
| Binary | 10110100 | 11100011 | 100101 | 10101 | 0 | 1010100 | 1011 | 1001011 | 1001101 | 110100 |
Color Harmonies of #B4E325
Complementary color
Monochromatic Colors of #B4E325
Black with #B4E325
Text Example
Text Example
White with #B4E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E325; }
p { color: rgb(180,227,37); }
H1.HeaderClassName
{
color: #B4E325;
}
.AnyTagClassName
{
color: #B4E325;
}
</style>
background-color css
<style>
a { background-color: #B4E325; }
a { background-color: rgb(180,227,37); }
div.DivClassName
{
background-color: #B4E325;
}
.BgClassName
{
background-color: #B4E325;
}
</style>
border-color css
<style>
span { border-color: #B4E325; }
span { border-color: rgb(180,227,37); }
td.TdClassName
{
border-color: #B4E325;
}
.TagClassName
{
border-color: #B4E325;
}
</style>