Shades of Inch Worm #B7D406
Tints of Inch Worm #B7D406
RGB
CMYK
RGB Variations
Color information
#B7D406 (or 0xB7D406) is known color: Inch Worm. HEX triplet: B7, D4 and 06. RGB value is (183,212,6). Sum of RGB (Red+Green+Blue) = 183+212+6=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D406 is #482BF9. Grayscale: #B4B4B4. Windows color (decimal): -4729850 or 447671. OLE color: 447671.
HSL color Cylindrical-coordinate representation of color #B7D406: hue angle of 68.45º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7D406 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.17 |
| HSL | 68.45º | 0.94% | 0.43% | - |
| HSV(B) | 68.45º | 0.97% | 0.83% | - |
| XYZ | 43.1 | 57.17 | 8.93 | - |
| YUV | 179.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 6 | 0.14 | 0 | 0.97 | 0.17 | 68.45 | 0.94 | 0.43 |
| Hex | B7 | D4 | 6 | E | 0 | 61 | 11 | 44 | 5E | 2B |
| Octal | 267 | 324 | 6 | 16 | 0 | 141 | 21 | 104 | 136 | 53 |
| Binary | 10110111 | 11010100 | 110 | 1110 | 0 | 1100001 | 10001 | 1000100 | 1011110 | 101011 |
Color Harmonies of #B7D406
Complementary color
Monochromatic Colors of #B7D406
Black with #B7D406
Text Example
Text Example
White with #B7D406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D406; }
p { color: rgb(183,212,6); }
H1.HeaderClassName
{
color: #B7D406;
}
.AnyTagClassName
{
color: #B7D406;
}
</style>
background-color css
<style>
a { background-color: #B7D406; }
a { background-color: rgb(183,212,6); }
div.DivClassName
{
background-color: #B7D406;
}
.BgClassName
{
background-color: #B7D406;
}
</style>
border-color css
<style>
span { border-color: #B7D406; }
span { border-color: rgb(183,212,6); }
td.TdClassName
{
border-color: #B7D406;
}
.TagClassName
{
border-color: #B7D406;
}
</style>