Shades of Inch Worm #B7D914
Tints of Inch Worm #B7D914
RGB
CMYK
RGB Variations
Color information
#B7D914 (or 0xB7D914) is known color: Inch Worm. HEX triplet: B7, D9 and 14. RGB value is (183,217,20). Sum of RGB (Red+Green+Blue) = 183+217+20=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D914 is #4826EB. Grayscale: #B9B9B9. Windows color (decimal): -4728556 or 1366455. OLE color: 1366455.
HSL color Cylindrical-coordinate representation of color #B7D914: hue angle of 70.36º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7D914 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 20 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.15 |
| HSL | 70.36º | 0.83% | 0.46% | - |
| HSV(B) | 70.36º | 0.91% | 0.85% | - |
| XYZ | 44.47 | 59.74 | 9.85 | - |
| YUV | 184.38 | 35.24 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 20 | 0.16 | 0 | 0.91 | 0.15 | 70.36 | 0.83 | 0.46 |
| Hex | B7 | D9 | 14 | 10 | 0 | 5B | F | 46 | 53 | 2E |
| Octal | 267 | 331 | 24 | 20 | 0 | 133 | 17 | 106 | 123 | 56 |
| Binary | 10110111 | 11011001 | 10100 | 10000 | 0 | 1011011 | 1111 | 1000110 | 1010011 | 101110 |
Color Harmonies of #B7D914
Complementary color
Monochromatic Colors of #B7D914
Black with #B7D914
Text Example
Text Example
White with #B7D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D914; }
p { color: rgb(183,217,20); }
H1.HeaderClassName
{
color: #B7D914;
}
.AnyTagClassName
{
color: #B7D914;
}
</style>
background-color css
<style>
a { background-color: #B7D914; }
a { background-color: rgb(183,217,20); }
div.DivClassName
{
background-color: #B7D914;
}
.BgClassName
{
background-color: #B7D914;
}
</style>
border-color css
<style>
span { border-color: #B7D914; }
span { border-color: rgb(183,217,20); }
td.TdClassName
{
border-color: #B7D914;
}
.TagClassName
{
border-color: #B7D914;
}
</style>