Shades of Inch Worm #B1E40C
Tints of Inch Worm #B1E40C
RGB
CMYK
RGB Variations
Color information
#B1E40C (or 0xB1E40C) is known color: Inch Worm. HEX triplet: B1, E4 and 0C. RGB value is (177,228,12). Sum of RGB (Red+Green+Blue) = 177+228+12=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E40C is #4E1BF3. Grayscale: #BCBCBC. Windows color (decimal): -5118964 or 844977. OLE color: 844977.
HSL color Cylindrical-coordinate representation of color #B1E40C: hue angle of 74.17º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1E40C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.11 |
| HSL | 74.17º | 0.9% | 0.47% | - |
| HSV(B) | 74.17º | 0.95% | 0.89% | - |
| XYZ | 45.94 | 64.86 | 10.45 | - |
| YUV | 188.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 12 | 0.22 | 0 | 0.95 | 0.11 | 74.17 | 0.9 | 0.47 |
| Hex | B1 | E4 | C | 16 | 0 | 5F | B | 4A | 5A | 2F |
| Octal | 261 | 344 | 14 | 26 | 0 | 137 | 13 | 112 | 132 | 57 |
| Binary | 10110001 | 11100100 | 1100 | 10110 | 0 | 1011111 | 1011 | 1001010 | 1011010 | 101111 |
Color Harmonies of #B1E40C
Complementary color
Monochromatic Colors of #B1E40C
Black with #B1E40C
Text Example
Text Example
White with #B1E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E40C; }
p { color: rgb(177,228,12); }
H1.HeaderClassName
{
color: #B1E40C;
}
.AnyTagClassName
{
color: #B1E40C;
}
</style>
background-color css
<style>
a { background-color: #B1E40C; }
a { background-color: rgb(177,228,12); }
div.DivClassName
{
background-color: #B1E40C;
}
.BgClassName
{
background-color: #B1E40C;
}
</style>
border-color css
<style>
span { border-color: #B1E40C; }
span { border-color: rgb(177,228,12); }
td.TdClassName
{
border-color: #B1E40C;
}
.TagClassName
{
border-color: #B1E40C;
}
</style>