Shades of Inch Worm #B5F212
Tints of Inch Worm #B5F212
RGB
CMYK
RGB Variations
Color information
#B5F212 (or 0xB5F212) is known color: Inch Worm. HEX triplet: B5, F2 and 12. RGB value is (181,242,18). Sum of RGB (Red+Green+Blue) = 181+242+18=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F212 is #4A0DED. Grayscale: #C7C7C7. Windows color (decimal): -4853230 or 1241781. OLE color: 1241781.
HSL color Cylindrical-coordinate representation of color #B5F212: hue angle of 76.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5F212 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 18 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.05 |
| HSL | 76.34º | 0.9% | 0.51% | - |
| HSV(B) | 76.34º | 0.93% | 0.95% | - |
| XYZ | 50.92 | 73.37 | 12.05 | - |
| YUV | 198.23 | 26.29 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 18 | 0.25 | 0 | 0.93 | 0.05 | 76.34 | 0.9 | 0.51 |
| Hex | B5 | F2 | 12 | 19 | 0 | 5D | 5 | 4C | 5A | 33 |
| Octal | 265 | 362 | 22 | 31 | 0 | 135 | 5 | 114 | 132 | 63 |
| Binary | 10110101 | 11110010 | 10010 | 11001 | 0 | 1011101 | 101 | 1001100 | 1011010 | 110011 |
Color Harmonies of #B5F212
Complementary color
Monochromatic Colors of #B5F212
Black with #B5F212
Text Example
Text Example
White with #B5F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F212; }
p { color: rgb(181,242,18); }
H1.HeaderClassName
{
color: #B5F212;
}
.AnyTagClassName
{
color: #B5F212;
}
</style>
background-color css
<style>
a { background-color: #B5F212; }
a { background-color: rgb(181,242,18); }
div.DivClassName
{
background-color: #B5F212;
}
.BgClassName
{
background-color: #B5F212;
}
</style>
border-color css
<style>
span { border-color: #B5F212; }
span { border-color: rgb(181,242,18); }
td.TdClassName
{
border-color: #B5F212;
}
.TagClassName
{
border-color: #B5F212;
}
</style>