Shades of Inch Worm #B5E327
Tints of Inch Worm #B5E327
RGB
CMYK
RGB Variations
Color information
#B5E327 (or 0xB5E327) is known color: Inch Worm. HEX triplet: B5, E3 and 27. RGB value is (181,227,39). Sum of RGB (Red+Green+Blue) = 181+227+39=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E327 is #4A1CD8. Grayscale: #C0C0C0. Windows color (decimal): -4857049 or 2614197. OLE color: 2614197.
HSL color Cylindrical-coordinate representation of color #B5E327: hue angle of 74.68º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5E327 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 39 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.11 |
| HSL | 74.68º | 0.77% | 0.52% | - |
| HSV(B) | 74.68º | 0.83% | 0.89% | - |
| XYZ | 46.89 | 64.91 | 11.98 | - |
| YUV | 191.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 39 | 0.20 | 0 | 0.83 | 0.11 | 74.68 | 0.77 | 0.52 |
| Hex | B5 | E3 | 27 | 14 | 0 | 53 | B | 4B | 4D | 34 |
| Octal | 265 | 343 | 47 | 24 | 0 | 123 | 13 | 113 | 115 | 64 |
| Binary | 10110101 | 11100011 | 100111 | 10100 | 0 | 1010011 | 1011 | 1001011 | 1001101 | 110100 |
Color Harmonies of #B5E327
Complementary color
Monochromatic Colors of #B5E327
Black with #B5E327
Text Example
Text Example
White with #B5E327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E327; }
p { color: rgb(181,227,39); }
H1.HeaderClassName
{
color: #B5E327;
}
.AnyTagClassName
{
color: #B5E327;
}
</style>
background-color css
<style>
a { background-color: #B5E327; }
a { background-color: rgb(181,227,39); }
div.DivClassName
{
background-color: #B5E327;
}
.BgClassName
{
background-color: #B5E327;
}
</style>
border-color css
<style>
span { border-color: #B5E327; }
span { border-color: rgb(181,227,39); }
td.TdClassName
{
border-color: #B5E327;
}
.TagClassName
{
border-color: #B5E327;
}
</style>