Shades of Inch Worm #B7D507
Tints of Inch Worm #B7D507
RGB
CMYK
RGB Variations
Color information
#B7D507 (or 0xB7D507) is known color: Inch Worm. HEX triplet: B7, D5 and 07. RGB value is (183,213,7). Sum of RGB (Red+Green+Blue) = 183+213+7=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D507 is #482AF8. Grayscale: #B5B5B5. Windows color (decimal): -4729593 or 513463. OLE color: 513463.
HSL color Cylindrical-coordinate representation of color #B7D507: hue angle of 68.74º degrees, saturation: 0.94, 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 #B7D507 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.16 |
| HSL | 68.74º | 0.94% | 0.43% | - |
| HSV(B) | 68.74º | 0.97% | 0.84% | - |
| XYZ | 43.36 | 57.67 | 9.05 | - |
| YUV | 180.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 7 | 0.14 | 0 | 0.97 | 0.16 | 68.74 | 0.94 | 0.43 |
| Hex | B7 | D5 | 7 | E | 0 | 61 | 10 | 45 | 5E | 2B |
| Octal | 267 | 325 | 7 | 16 | 0 | 141 | 20 | 105 | 136 | 53 |
| Binary | 10110111 | 11010101 | 111 | 1110 | 0 | 1100001 | 10000 | 1000101 | 1011110 | 101011 |
Color Harmonies of #B7D507
Complementary color
Monochromatic Colors of #B7D507
Black with #B7D507
Text Example
Text Example
White with #B7D507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D507; }
p { color: rgb(183,213,7); }
H1.HeaderClassName
{
color: #B7D507;
}
.AnyTagClassName
{
color: #B7D507;
}
</style>
background-color css
<style>
a { background-color: #B7D507; }
a { background-color: rgb(183,213,7); }
div.DivClassName
{
background-color: #B7D507;
}
.BgClassName
{
background-color: #B7D507;
}
</style>
border-color css
<style>
span { border-color: #B7D507; }
span { border-color: rgb(183,213,7); }
td.TdClassName
{
border-color: #B7D507;
}
.TagClassName
{
border-color: #B7D507;
}
</style>