Shades of Inch Worm #B7D715
Tints of Inch Worm #B7D715
RGB
CMYK
RGB Variations
Color information
#B7D715 (or 0xB7D715) is known color: Inch Worm. HEX triplet: B7, D7 and 15. RGB value is (183,215,21). Sum of RGB (Red+Green+Blue) = 183+215+21=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D715 is #4828EA. Grayscale: #B8B8B8. Windows color (decimal): -4729067 or 1431479. OLE color: 1431479.
HSL color Cylindrical-coordinate representation of color #B7D715: hue angle of 69.9º degrees, saturation: 0.82, 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 #B7D715 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.16 |
| HSL | 69.9º | 0.82% | 0.46% | - |
| HSV(B) | 69.9º | 0.9% | 0.84% | - |
| XYZ | 43.96 | 58.72 | 9.73 | - |
| YUV | 183.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 21 | 0.15 | 0 | 0.90 | 0.16 | 69.9 | 0.82 | 0.46 |
| Hex | B7 | D7 | 15 | F | 0 | 5A | 10 | 46 | 52 | 2E |
| Octal | 267 | 327 | 25 | 17 | 0 | 132 | 20 | 106 | 122 | 56 |
| Binary | 10110111 | 11010111 | 10101 | 1111 | 0 | 1011010 | 10000 | 1000110 | 1010010 | 101110 |
Color Harmonies of #B7D715
Complementary color
Monochromatic Colors of #B7D715
Black with #B7D715
Text Example
Text Example
White with #B7D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D715; }
p { color: rgb(183,215,21); }
H1.HeaderClassName
{
color: #B7D715;
}
.AnyTagClassName
{
color: #B7D715;
}
</style>
background-color css
<style>
a { background-color: #B7D715; }
a { background-color: rgb(183,215,21); }
div.DivClassName
{
background-color: #B7D715;
}
.BgClassName
{
background-color: #B7D715;
}
</style>
border-color css
<style>
span { border-color: #B7D715; }
span { border-color: rgb(183,215,21); }
td.TdClassName
{
border-color: #B7D715;
}
.TagClassName
{
border-color: #B7D715;
}
</style>