Shades of Inch Worm #B5E415
Tints of Inch Worm #B5E415
RGB
CMYK
RGB Variations
Color information
#B5E415 (or 0xB5E415) is known color: Inch Worm. HEX triplet: B5, E4 and 15. RGB value is (181,228,21). Sum of RGB (Red+Green+Blue) = 181+228+21=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E415 is #4A1BEA. Grayscale: #BFBFBF. Windows color (decimal): -4856811 or 1434805. OLE color: 1434805.
HSL color Cylindrical-coordinate representation of color #B5E415: hue angle of 73.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5E415 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.11 |
| HSL | 73.62º | 0.83% | 0.49% | - |
| HSV(B) | 73.62º | 0.91% | 0.89% | - |
| XYZ | 46.93 | 65.36 | 10.85 | - |
| YUV | 190.35 | 32.43 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 21 | 0.21 | 0 | 0.91 | 0.11 | 73.62 | 0.83 | 0.49 |
| Hex | B5 | E4 | 15 | 15 | 0 | 5B | B | 4A | 53 | 31 |
| Octal | 265 | 344 | 25 | 25 | 0 | 133 | 13 | 112 | 123 | 61 |
| Binary | 10110101 | 11100100 | 10101 | 10101 | 0 | 1011011 | 1011 | 1001010 | 1010011 | 110001 |
Color Harmonies of #B5E415
Complementary color
Monochromatic Colors of #B5E415
Black with #B5E415
Text Example
Text Example
White with #B5E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E415; }
p { color: rgb(181,228,21); }
H1.HeaderClassName
{
color: #B5E415;
}
.AnyTagClassName
{
color: #B5E415;
}
</style>
background-color css
<style>
a { background-color: #B5E415; }
a { background-color: rgb(181,228,21); }
div.DivClassName
{
background-color: #B5E415;
}
.BgClassName
{
background-color: #B5E415;
}
</style>
border-color css
<style>
span { border-color: #B5E415; }
span { border-color: rgb(181,228,21); }
td.TdClassName
{
border-color: #B5E415;
}
.TagClassName
{
border-color: #B5E415;
}
</style>