Shades of Inch Worm #B7D506
Tints of Inch Worm #B7D506
RGB
CMYK
RGB Variations
Color information
#B7D506 (or 0xB7D506) is known color: Inch Worm. HEX triplet: B7, D5 and 06. RGB value is (183,213,6). Sum of RGB (Red+Green+Blue) = 183+213+6=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D506 is #482AF9. Grayscale: #B5B5B5. Windows color (decimal): -4729594 or 447927. OLE color: 447927.
HSL color Cylindrical-coordinate representation of color #B7D506: hue angle of 68.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7D506 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.16 |
| HSL | 68.7º | 0.95% | 0.43% | - |
| HSV(B) | 68.7º | 0.97% | 0.84% | - |
| XYZ | 43.36 | 57.67 | 9.02 | - |
| YUV | 180.43 | 29.56 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 6 | 0.14 | 0 | 0.97 | 0.16 | 68.7 | 0.95 | 0.43 |
| Hex | B7 | D5 | 6 | E | 0 | 61 | 10 | 45 | 5F | 2B |
| Octal | 267 | 325 | 6 | 16 | 0 | 141 | 20 | 105 | 137 | 53 |
| Binary | 10110111 | 11010101 | 110 | 1110 | 0 | 1100001 | 10000 | 1000101 | 1011111 | 101011 |
Color Harmonies of #B7D506
Complementary color
Monochromatic Colors of #B7D506
Black with #B7D506
Text Example
Text Example
White with #B7D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D506; }
p { color: rgb(183,213,6); }
H1.HeaderClassName
{
color: #B7D506;
}
.AnyTagClassName
{
color: #B7D506;
}
</style>
background-color css
<style>
a { background-color: #B7D506; }
a { background-color: rgb(183,213,6); }
div.DivClassName
{
background-color: #B7D506;
}
.BgClassName
{
background-color: #B7D506;
}
</style>
border-color css
<style>
span { border-color: #B7D506; }
span { border-color: rgb(183,213,6); }
td.TdClassName
{
border-color: #B7D506;
}
.TagClassName
{
border-color: #B7D506;
}
</style>