Shades of Inch Worm #B7D816
Tints of Inch Worm #B7D816
RGB
CMYK
RGB Variations
Color information
#B7D816 (or 0xB7D816) is known color: Inch Worm. HEX triplet: B7, D8 and 16. RGB value is (183,216,22). Sum of RGB (Red+Green+Blue) = 183+216+22=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D816 is #4827E9. Grayscale: #B8B8B8. Windows color (decimal): -4728810 or 1497271. OLE color: 1497271.
HSL color Cylindrical-coordinate representation of color #B7D816: hue angle of 70.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7D816 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 22 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.15 |
| HSL | 70.21º | 0.82% | 0.47% | - |
| HSV(B) | 70.21º | 0.9% | 0.85% | - |
| XYZ | 44.23 | 59.24 | 9.86 | - |
| YUV | 184.02 | 36.57 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 22 | 0.15 | 0 | 0.90 | 0.15 | 70.21 | 0.82 | 0.47 |
| Hex | B7 | D8 | 16 | F | 0 | 5A | F | 46 | 52 | 2F |
| Octal | 267 | 330 | 26 | 17 | 0 | 132 | 17 | 106 | 122 | 57 |
| Binary | 10110111 | 11011000 | 10110 | 1111 | 0 | 1011010 | 1111 | 1000110 | 1010010 | 101111 |
Color Harmonies of #B7D816
Complementary color
Monochromatic Colors of #B7D816
Black with #B7D816
Text Example
Text Example
White with #B7D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D816; }
p { color: rgb(183,216,22); }
H1.HeaderClassName
{
color: #B7D816;
}
.AnyTagClassName
{
color: #B7D816;
}
</style>
background-color css
<style>
a { background-color: #B7D816; }
a { background-color: rgb(183,216,22); }
div.DivClassName
{
background-color: #B7D816;
}
.BgClassName
{
background-color: #B7D816;
}
</style>
border-color css
<style>
span { border-color: #B7D816; }
span { border-color: rgb(183,216,22); }
td.TdClassName
{
border-color: #B7D816;
}
.TagClassName
{
border-color: #B7D816;
}
</style>