Shades of Inch Worm #B5E312
Tints of Inch Worm #B5E312
RGB
CMYK
RGB Variations
Color information
#B5E312 (or 0xB5E312) is known color: Inch Worm. HEX triplet: B5, E3 and 12. RGB value is (181,227,18). Sum of RGB (Red+Green+Blue) = 181+227+18=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E312 is #4A1CED. Grayscale: #BEBEBE. Windows color (decimal): -4857070 or 1237941. OLE color: 1237941.
HSL color Cylindrical-coordinate representation of color #B5E312: hue angle of 73.21º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5E312 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 18 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.11 |
| HSL | 73.21º | 0.85% | 0.48% | - |
| HSV(B) | 73.21º | 0.92% | 0.89% | - |
| XYZ | 46.63 | 64.81 | 10.62 | - |
| YUV | 189.42 | 31.26 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 18 | 0.20 | 0 | 0.92 | 0.11 | 73.21 | 0.85 | 0.48 |
| Hex | B5 | E3 | 12 | 14 | 0 | 5C | B | 49 | 55 | 30 |
| Octal | 265 | 343 | 22 | 24 | 0 | 134 | 13 | 111 | 125 | 60 |
| Binary | 10110101 | 11100011 | 10010 | 10100 | 0 | 1011100 | 1011 | 1001001 | 1010101 | 110000 |
Color Harmonies of #B5E312
Complementary color
Monochromatic Colors of #B5E312
Black with #B5E312
Text Example
Text Example
White with #B5E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E312; }
p { color: rgb(181,227,18); }
H1.HeaderClassName
{
color: #B5E312;
}
.AnyTagClassName
{
color: #B5E312;
}
</style>
background-color css
<style>
a { background-color: #B5E312; }
a { background-color: rgb(181,227,18); }
div.DivClassName
{
background-color: #B5E312;
}
.BgClassName
{
background-color: #B5E312;
}
</style>
border-color css
<style>
span { border-color: #B5E312; }
span { border-color: rgb(181,227,18); }
td.TdClassName
{
border-color: #B5E312;
}
.TagClassName
{
border-color: #B5E312;
}
</style>