Shades of Inch Worm #B5F219
Tints of Inch Worm #B5F219
RGB
CMYK
RGB Variations
Color information
#B5F219 (or 0xB5F219) is known color: Inch Worm. HEX triplet: B5, F2 and 19. RGB value is (181,242,25). Sum of RGB (Red+Green+Blue) = 181+242+25=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F219 is #4A0DE6. Grayscale: #C7C7C7. Windows color (decimal): -4853223 or 1700533. OLE color: 1700533.
HSL color Cylindrical-coordinate representation of color #B5F219: hue angle of 76.87º 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 #B5F219 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 25 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.05 |
| HSL | 76.87º | 0.89% | 0.52% | - |
| HSV(B) | 76.87º | 0.9% | 0.95% | - |
| XYZ | 50.98 | 73.4 | 12.4 | - |
| YUV | 199.02 | 29.79 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 25 | 0.25 | 0 | 0.90 | 0.05 | 76.87 | 0.89 | 0.52 |
| Hex | B5 | F2 | 19 | 19 | 0 | 5A | 5 | 4D | 59 | 34 |
| Octal | 265 | 362 | 31 | 31 | 0 | 132 | 5 | 115 | 131 | 64 |
| Binary | 10110101 | 11110010 | 11001 | 11001 | 0 | 1011010 | 101 | 1001101 | 1011001 | 110100 |
Color Harmonies of #B5F219
Complementary color
Monochromatic Colors of #B5F219
Black with #B5F219
Text Example
Text Example
White with #B5F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F219; }
p { color: rgb(181,242,25); }
H1.HeaderClassName
{
color: #B5F219;
}
.AnyTagClassName
{
color: #B5F219;
}
</style>
background-color css
<style>
a { background-color: #B5F219; }
a { background-color: rgb(181,242,25); }
div.DivClassName
{
background-color: #B5F219;
}
.BgClassName
{
background-color: #B5F219;
}
</style>
border-color css
<style>
span { border-color: #B5F219; }
span { border-color: rgb(181,242,25); }
td.TdClassName
{
border-color: #B5F219;
}
.TagClassName
{
border-color: #B5F219;
}
</style>