Shades of Inch Worm #B7D707
Tints of Inch Worm #B7D707
RGB
CMYK
RGB Variations
Color information
#B7D707 (or 0xB7D707) is known color: Inch Worm. HEX triplet: B7, D7 and 07. RGB value is (183,215,7). Sum of RGB (Red+Green+Blue) = 183+215+7=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D707 is #4828F8. Grayscale: #B6B6B6. Windows color (decimal): -4729081 or 513975. OLE color: 513975.
HSL color Cylindrical-coordinate representation of color #B7D707: hue angle of 69.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7D707 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.16 |
| HSL | 69.23º | 0.94% | 0.44% | - |
| HSV(B) | 69.23º | 0.97% | 0.84% | - |
| XYZ | 43.87 | 58.68 | 9.22 | - |
| YUV | 181.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 7 | 0.15 | 0 | 0.97 | 0.16 | 69.23 | 0.94 | 0.44 |
| Hex | B7 | D7 | 7 | F | 0 | 61 | 10 | 45 | 5E | 2C |
| Octal | 267 | 327 | 7 | 17 | 0 | 141 | 20 | 105 | 136 | 54 |
| Binary | 10110111 | 11010111 | 111 | 1111 | 0 | 1100001 | 10000 | 1000101 | 1011110 | 101100 |
Color Harmonies of #B7D707
Complementary color
Monochromatic Colors of #B7D707
Black with #B7D707
Text Example
Text Example
White with #B7D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D707; }
p { color: rgb(183,215,7); }
H1.HeaderClassName
{
color: #B7D707;
}
.AnyTagClassName
{
color: #B7D707;
}
</style>
background-color css
<style>
a { background-color: #B7D707; }
a { background-color: rgb(183,215,7); }
div.DivClassName
{
background-color: #B7D707;
}
.BgClassName
{
background-color: #B7D707;
}
</style>
border-color css
<style>
span { border-color: #B7D707; }
span { border-color: rgb(183,215,7); }
td.TdClassName
{
border-color: #B7D707;
}
.TagClassName
{
border-color: #B7D707;
}
</style>