Shades of Inch Worm #B5F31C
Tints of Inch Worm #B5F31C
RGB
CMYK
RGB Variations
Color information
#B5F31C (or 0xB5F31C) is known color: Inch Worm. HEX triplet: B5, F3 and 1C. RGB value is (181,243,28). Sum of RGB (Red+Green+Blue) = 181+243+28=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F31C is #4A0CE3. Grayscale: #C8C8C8. Windows color (decimal): -4852964 or 1897397. OLE color: 1897397.
HSL color Cylindrical-coordinate representation of color #B5F31C: hue angle of 77.3º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5F31C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 28 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.05 |
| HSL | 77.3º | 0.9% | 0.53% | - |
| HSV(B) | 77.3º | 0.88% | 0.95% | - |
| XYZ | 51.32 | 74.01 | 12.68 | - |
| YUV | 199.95 | 30.96 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 28 | 0.26 | 0 | 0.88 | 0.05 | 77.3 | 0.9 | 0.53 |
| Hex | B5 | F3 | 1C | 1A | 0 | 58 | 5 | 4D | 5A | 35 |
| Octal | 265 | 363 | 34 | 32 | 0 | 130 | 5 | 115 | 132 | 65 |
| Binary | 10110101 | 11110011 | 11100 | 11010 | 0 | 1011000 | 101 | 1001101 | 1011010 | 110101 |
Color Harmonies of #B5F31C
Complementary color
Monochromatic Colors of #B5F31C
Black with #B5F31C
Text Example
Text Example
White with #B5F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F31C; }
p { color: rgb(181,243,28); }
H1.HeaderClassName
{
color: #B5F31C;
}
.AnyTagClassName
{
color: #B5F31C;
}
</style>
background-color css
<style>
a { background-color: #B5F31C; }
a { background-color: rgb(181,243,28); }
div.DivClassName
{
background-color: #B5F31C;
}
.BgClassName
{
background-color: #B5F31C;
}
</style>
border-color css
<style>
span { border-color: #B5F31C; }
span { border-color: rgb(181,243,28); }
td.TdClassName
{
border-color: #B5F31C;
}
.TagClassName
{
border-color: #B5F31C;
}
</style>