Shades of Inch Worm #B5F20C
Tints of Inch Worm #B5F20C
RGB
CMYK
RGB Variations
Color information
#B5F20C (or 0xB5F20C) is known color: Inch Worm. HEX triplet: B5, F2 and 0C. RGB value is (181,242,12). Sum of RGB (Red+Green+Blue) = 181+242+12=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F20C is #4A0DF3. Grayscale: #C6C6C6. Windows color (decimal): -4853236 or 848565. OLE color: 848565.
HSL color Cylindrical-coordinate representation of color #B5F20C: hue angle of 75.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5F20C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.05 |
| HSL | 75.91º | 0.91% | 0.5% | - |
| HSV(B) | 75.91º | 0.95% | 0.95% | - |
| XYZ | 50.87 | 73.35 | 11.83 | - |
| YUV | 197.54 | 23.29 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 12 | 0.25 | 0 | 0.95 | 0.05 | 75.91 | 0.91 | 0.5 |
| Hex | B5 | F2 | C | 19 | 0 | 5F | 5 | 4C | 5B | 32 |
| Octal | 265 | 362 | 14 | 31 | 0 | 137 | 5 | 114 | 133 | 62 |
| Binary | 10110101 | 11110010 | 1100 | 11001 | 0 | 1011111 | 101 | 1001100 | 1011011 | 110010 |
Color Harmonies of #B5F20C
Complementary color
Monochromatic Colors of #B5F20C
Black with #B5F20C
Text Example
Text Example
White with #B5F20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F20C; }
p { color: rgb(181,242,12); }
H1.HeaderClassName
{
color: #B5F20C;
}
.AnyTagClassName
{
color: #B5F20C;
}
</style>
background-color css
<style>
a { background-color: #B5F20C; }
a { background-color: rgb(181,242,12); }
div.DivClassName
{
background-color: #B5F20C;
}
.BgClassName
{
background-color: #B5F20C;
}
</style>
border-color css
<style>
span { border-color: #B5F20C; }
span { border-color: rgb(181,242,12); }
td.TdClassName
{
border-color: #B5F20C;
}
.TagClassName
{
border-color: #B5F20C;
}
</style>