Shades of Inch Worm #B7D701
Tints of Inch Worm #B7D701
RGB
CMYK
RGB Variations
Color information
#B7D701 (or 0xB7D701) is known color: Inch Worm. HEX triplet: B7, D7 and 01. RGB value is (183,215,1). Sum of RGB (Red+Green+Blue) = 183+215+1=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D701 is #4828FE. Grayscale: #B5B5B5. Windows color (decimal): -4729087 or 120759. OLE color: 120759.
HSL color Cylindrical-coordinate representation of color #B7D701: hue angle of 68.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7D701 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.16 |
| HSL | 68.97º | 0.99% | 0.42% | - |
| HSV(B) | 68.97º | 1% | 0.84% | - |
| XYZ | 43.83 | 58.67 | 9.04 | - |
| YUV | 181.04 | 26.4 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 1 | 0.15 | 0 | 1.00 | 0.16 | 68.97 | 0.99 | 0.42 |
| Hex | B7 | D7 | 1 | F | 0 | 64 | 10 | 45 | 63 | 2A |
| Octal | 267 | 327 | 1 | 17 | 0 | 144 | 20 | 105 | 143 | 52 |
| Binary | 10110111 | 11010111 | 1 | 1111 | 0 | 1100100 | 10000 | 1000101 | 1100011 | 101010 |
Color Harmonies of #B7D701
Complementary color
Monochromatic Colors of #B7D701
Black with #B7D701
Text Example
Text Example
White with #B7D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D701; }
p { color: rgb(183,215,1); }
H1.HeaderClassName
{
color: #B7D701;
}
.AnyTagClassName
{
color: #B7D701;
}
</style>
background-color css
<style>
a { background-color: #B7D701; }
a { background-color: rgb(183,215,1); }
div.DivClassName
{
background-color: #B7D701;
}
.BgClassName
{
background-color: #B7D701;
}
</style>
border-color css
<style>
span { border-color: #B7D701; }
span { border-color: rgb(183,215,1); }
td.TdClassName
{
border-color: #B7D701;
}
.TagClassName
{
border-color: #B7D701;
}
</style>