Shades of Inch Worm #B7D716
Tints of Inch Worm #B7D716
RGB
CMYK
RGB Variations
Color information
#B7D716 (or 0xB7D716) is known color: Inch Worm. HEX triplet: B7, D7 and 16. RGB value is (183,215,22). Sum of RGB (Red+Green+Blue) = 183+215+22=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D716 is #4828E9. Grayscale: #B8B8B8. Windows color (decimal): -4729066 or 1497015. OLE color: 1497015.
HSL color Cylindrical-coordinate representation of color #B7D716: hue angle of 69.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7D716 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 22 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.16 |
| HSL | 69.95º | 0.81% | 0.46% | - |
| HSV(B) | 69.95º | 0.9% | 0.84% | - |
| XYZ | 43.97 | 58.73 | 9.78 | - |
| YUV | 183.43 | 36.9 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 22 | 0.15 | 0 | 0.90 | 0.16 | 69.95 | 0.81 | 0.46 |
| Hex | B7 | D7 | 16 | F | 0 | 5A | 10 | 46 | 51 | 2E |
| Octal | 267 | 327 | 26 | 17 | 0 | 132 | 20 | 106 | 121 | 56 |
| Binary | 10110111 | 11010111 | 10110 | 1111 | 0 | 1011010 | 10000 | 1000110 | 1010001 | 101110 |
Color Harmonies of #B7D716
Complementary color
Monochromatic Colors of #B7D716
Black with #B7D716
Text Example
Text Example
White with #B7D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D716; }
p { color: rgb(183,215,22); }
H1.HeaderClassName
{
color: #B7D716;
}
.AnyTagClassName
{
color: #B7D716;
}
</style>
background-color css
<style>
a { background-color: #B7D716; }
a { background-color: rgb(183,215,22); }
div.DivClassName
{
background-color: #B7D716;
}
.BgClassName
{
background-color: #B7D716;
}
</style>
border-color css
<style>
span { border-color: #B7D716; }
span { border-color: rgb(183,215,22); }
td.TdClassName
{
border-color: #B7D716;
}
.TagClassName
{
border-color: #B7D716;
}
</style>