Shades of Inch Worm #B5F118
Tints of Inch Worm #B5F118
RGB
CMYK
RGB Variations
Color information
#B5F118 (or 0xB5F118) is known color: Inch Worm. HEX triplet: B5, F1 and 18. RGB value is (181,241,24). Sum of RGB (Red+Green+Blue) = 181+241+24=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F118 is #4A0EE7. Grayscale: #C7C7C7. Windows color (decimal): -4853480 or 1634741. OLE color: 1634741.
HSL color Cylindrical-coordinate representation of color #B5F118: hue angle of 76.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5F118 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 24 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.05 |
| HSL | 76.59º | 0.89% | 0.52% | - |
| HSV(B) | 76.59º | 0.9% | 0.95% | - |
| XYZ | 50.68 | 72.8 | 12.25 | - |
| YUV | 198.32 | 29.62 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 24 | 0.25 | 0 | 0.90 | 0.05 | 76.59 | 0.89 | 0.52 |
| Hex | B5 | F1 | 18 | 19 | 0 | 5A | 5 | 4D | 59 | 34 |
| Octal | 265 | 361 | 30 | 31 | 0 | 132 | 5 | 115 | 131 | 64 |
| Binary | 10110101 | 11110001 | 11000 | 11001 | 0 | 1011010 | 101 | 1001101 | 1011001 | 110100 |
Color Harmonies of #B5F118
Complementary color
Monochromatic Colors of #B5F118
Black with #B5F118
Text Example
Text Example
White with #B5F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F118; }
p { color: rgb(181,241,24); }
H1.HeaderClassName
{
color: #B5F118;
}
.AnyTagClassName
{
color: #B5F118;
}
</style>
background-color css
<style>
a { background-color: #B5F118; }
a { background-color: rgb(181,241,24); }
div.DivClassName
{
background-color: #B5F118;
}
.BgClassName
{
background-color: #B5F118;
}
</style>
border-color css
<style>
span { border-color: #B5F118; }
span { border-color: rgb(181,241,24); }
td.TdClassName
{
border-color: #B5F118;
}
.TagClassName
{
border-color: #B5F118;
}
</style>