Shades of Inch Worm #B5E112
Tints of Inch Worm #B5E112
RGB
CMYK
RGB Variations
Color information
#B5E112 (or 0xB5E112) is known color: Inch Worm. HEX triplet: B5, E1 and 12. RGB value is (181,225,18). Sum of RGB (Red+Green+Blue) = 181+225+18=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E112 is #4A1EED. Grayscale: #BDBDBD. Windows color (decimal): -4857582 or 1237429. OLE color: 1237429.
HSL color Cylindrical-coordinate representation of color #B5E112: hue angle of 72.75º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5E112 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 18 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.12 |
| HSL | 72.75º | 0.85% | 0.48% | - |
| HSV(B) | 72.75º | 0.92% | 0.88% | - |
| XYZ | 46.09 | 63.72 | 10.44 | - |
| YUV | 188.25 | 31.92 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 18 | 0.20 | 0 | 0.92 | 0.12 | 72.75 | 0.85 | 0.48 |
| Hex | B5 | E1 | 12 | 14 | 0 | 5C | C | 49 | 55 | 30 |
| Octal | 265 | 341 | 22 | 24 | 0 | 134 | 14 | 111 | 125 | 60 |
| Binary | 10110101 | 11100001 | 10010 | 10100 | 0 | 1011100 | 1100 | 1001001 | 1010101 | 110000 |
Color Harmonies of #B5E112
Complementary color
Monochromatic Colors of #B5E112
Black with #B5E112
Text Example
Text Example
White with #B5E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E112; }
p { color: rgb(181,225,18); }
H1.HeaderClassName
{
color: #B5E112;
}
.AnyTagClassName
{
color: #B5E112;
}
</style>
background-color css
<style>
a { background-color: #B5E112; }
a { background-color: rgb(181,225,18); }
div.DivClassName
{
background-color: #B5E112;
}
.BgClassName
{
background-color: #B5E112;
}
</style>
border-color css
<style>
span { border-color: #B5E112; }
span { border-color: rgb(181,225,18); }
td.TdClassName
{
border-color: #B5E112;
}
.TagClassName
{
border-color: #B5E112;
}
</style>