Shades of Inch Worm #B7D815
Tints of Inch Worm #B7D815
RGB
CMYK
RGB Variations
Color information
#B7D815 (or 0xB7D815) is known color: Inch Worm. HEX triplet: B7, D8 and 15. RGB value is (183,216,21). Sum of RGB (Red+Green+Blue) = 183+216+21=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D815 is #4827EA. Grayscale: #B8B8B8. Windows color (decimal): -4728811 or 1431735. OLE color: 1431735.
HSL color Cylindrical-coordinate representation of color #B7D815: hue angle of 70.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7D815 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.15 |
| HSL | 70.15º | 0.82% | 0.46% | - |
| HSV(B) | 70.15º | 0.9% | 0.85% | - |
| XYZ | 44.22 | 59.23 | 9.81 | - |
| YUV | 183.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 21 | 0.15 | 0 | 0.90 | 0.15 | 70.15 | 0.82 | 0.46 |
| Hex | B7 | D8 | 15 | F | 0 | 5A | F | 46 | 52 | 2E |
| Octal | 267 | 330 | 25 | 17 | 0 | 132 | 17 | 106 | 122 | 56 |
| Binary | 10110111 | 11011000 | 10101 | 1111 | 0 | 1011010 | 1111 | 1000110 | 1010010 | 101110 |
Color Harmonies of #B7D815
Complementary color
Monochromatic Colors of #B7D815
Black with #B7D815
Text Example
Text Example
White with #B7D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D815; }
p { color: rgb(183,216,21); }
H1.HeaderClassName
{
color: #B7D815;
}
.AnyTagClassName
{
color: #B7D815;
}
</style>
background-color css
<style>
a { background-color: #B7D815; }
a { background-color: rgb(183,216,21); }
div.DivClassName
{
background-color: #B7D815;
}
.BgClassName
{
background-color: #B7D815;
}
</style>
border-color css
<style>
span { border-color: #B7D815; }
span { border-color: rgb(183,216,21); }
td.TdClassName
{
border-color: #B7D815;
}
.TagClassName
{
border-color: #B7D815;
}
</style>