Shades of Inch Worm #B7E116
Tints of Inch Worm #B7E116
RGB
CMYK
RGB Variations
Color information
#B7E116 (or 0xB7E116) is known color: Inch Worm. HEX triplet: B7, E1 and 16. RGB value is (183,225,22). Sum of RGB (Red+Green+Blue) = 183+225+22=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7E116 is #481EE9. Grayscale: #BEBEBE. Windows color (decimal): -4726506 or 1499575. OLE color: 1499575.
HSL color Cylindrical-coordinate representation of color #B7E116: hue angle of 72.41º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7E116 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 22 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.12 |
| HSL | 72.41º | 0.82% | 0.48% | - |
| HSV(B) | 72.41º | 0.9% | 0.88% | - |
| XYZ | 46.6 | 63.98 | 10.65 | - |
| YUV | 189.3 | 33.59 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 22 | 0.19 | 0 | 0.90 | 0.12 | 72.41 | 0.82 | 0.48 |
| Hex | B7 | E1 | 16 | 13 | 0 | 5A | C | 48 | 52 | 30 |
| Octal | 267 | 341 | 26 | 23 | 0 | 132 | 14 | 110 | 122 | 60 |
| Binary | 10110111 | 11100001 | 10110 | 10011 | 0 | 1011010 | 1100 | 1001000 | 1010010 | 110000 |
Color Harmonies of #B7E116
Complementary color
Monochromatic Colors of #B7E116
Black with #B7E116
Text Example
Text Example
White with #B7E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E116; }
p { color: rgb(183,225,22); }
H1.HeaderClassName
{
color: #B7E116;
}
.AnyTagClassName
{
color: #B7E116;
}
</style>
background-color css
<style>
a { background-color: #B7E116; }
a { background-color: rgb(183,225,22); }
div.DivClassName
{
background-color: #B7E116;
}
.BgClassName
{
background-color: #B7E116;
}
</style>
border-color css
<style>
span { border-color: #B7E116; }
span { border-color: rgb(183,225,22); }
td.TdClassName
{
border-color: #B7E116;
}
.TagClassName
{
border-color: #B7E116;
}
</style>