Shades of Inch Worm #B5E40F
Tints of Inch Worm #B5E40F
RGB
CMYK
RGB Variations
Color information
#B5E40F (or 0xB5E40F) is known color: Inch Worm. HEX triplet: B5, E4 and 0F. RGB value is (181,228,15). Sum of RGB (Red+Green+Blue) = 181+228+15=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E40F is #4A1BF0. Grayscale: #BEBEBE. Windows color (decimal): -4856817 or 1041589. OLE color: 1041589.
HSL color Cylindrical-coordinate representation of color #B5E40F: hue angle of 73.24º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5E40F is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 228 | 15 | - |
CMYK | 0.21 | 0 | 0.93 | 0.11 |
HSL | 73.24º | 0.88% | 0.48% | - |
HSV(B) | 73.24º | 0.93% | 0.89% | - |
XYZ | 46.89 | 65.35 | 10.59 | - |
YUV | 189.67 | 29.43 | 121.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 228 | 15 | 0.21 | 0 | 0.93 | 0.11 | 73.24 | 0.88 | 0.48 |
Hex | B5 | E4 | F | 15 | 0 | 5D | B | 49 | 58 | 30 |
Octal | 265 | 344 | 17 | 25 | 0 | 135 | 13 | 111 | 130 | 60 |
Binary | 10110101 | 11100100 | 1111 | 10101 | 0 | 1011101 | 1011 | 1001001 | 1011000 | 110000 |
Color Harmonies of #B5E40F
Complementary color
Monochromatic Colors of #B5E40F
Black with #B5E40F
Text Example
Text Example
White with #B5E40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E40F; }
p { color: rgb(181,228,15); }
H1.HeaderClassName
{
color: #B5E40F;
}
.AnyTagClassName
{
color: #B5E40F;
}
</style>
background-color css
<style>
a { background-color: #B5E40F; }
a { background-color: rgb(181,228,15); }
div.DivClassName
{
background-color: #B5E40F;
}
.BgClassName
{
background-color: #B5E40F;
}
</style>
border-color css
<style>
span { border-color: #B5E40F; }
span { border-color: rgb(181,228,15); }
td.TdClassName
{
border-color: #B5E40F;
}
.TagClassName
{
border-color: #B5E40F;
}
</style>