Shades of Inch Worm #B1E716
Tints of Inch Worm #B1E716
RGB
CMYK
RGB Variations
Color information
#B1E716 (or 0xB1E716) is known color: Inch Worm. HEX triplet: B1, E7 and 16. RGB value is (177,231,22). Sum of RGB (Red+Green+Blue) = 177+231+22=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1E716 is #4E18E9. Grayscale: #BFBFBF. Windows color (decimal): -5118186 or 1501105. OLE color: 1501105.
HSL color Cylindrical-coordinate representation of color #B1E716: hue angle of 75.5º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1E716 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 231 | 22 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.09 |
| HSL | 75.5º | 0.83% | 0.5% | - |
| HSV(B) | 75.5º | 0.9% | 0.91% | - |
| XYZ | 46.85 | 66.56 | 11.14 | - |
| YUV | 191.03 | 32.61 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 22 | 0.23 | 0 | 0.90 | 0.09 | 75.5 | 0.83 | 0.5 |
| Hex | B1 | E7 | 16 | 17 | 0 | 5A | 9 | 4C | 53 | 32 |
| Octal | 261 | 347 | 26 | 27 | 0 | 132 | 11 | 114 | 123 | 62 |
| Binary | 10110001 | 11100111 | 10110 | 10111 | 0 | 1011010 | 1001 | 1001100 | 1010011 | 110010 |
Color Harmonies of #B1E716
Complementary color
Monochromatic Colors of #B1E716
Black with #B1E716
Text Example
Text Example
White with #B1E716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E716; }
p { color: rgb(177,231,22); }
H1.HeaderClassName
{
color: #B1E716;
}
.AnyTagClassName
{
color: #B1E716;
}
</style>
background-color css
<style>
a { background-color: #B1E716; }
a { background-color: rgb(177,231,22); }
div.DivClassName
{
background-color: #B1E716;
}
.BgClassName
{
background-color: #B1E716;
}
</style>
border-color css
<style>
span { border-color: #B1E716; }
span { border-color: rgb(177,231,22); }
td.TdClassName
{
border-color: #B1E716;
}
.TagClassName
{
border-color: #B1E716;
}
</style>