Shades of Inch Worm #B7D607
Tints of Inch Worm #B7D607
RGB
CMYK
RGB Variations
Color information
#B7D607 (or 0xB7D607) is known color: Inch Worm. HEX triplet: B7, D6 and 07. RGB value is (183,214,7). Sum of RGB (Red+Green+Blue) = 183+214+7=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D607 is #4829F8. Grayscale: #B5B5B5. Windows color (decimal): -4729337 or 513719. OLE color: 513719.
HSL color Cylindrical-coordinate representation of color #B7D607: hue angle of 68.99º 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 #B7D607 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
RGB | 183 | 214 | 7 | - |
CMYK | 0.14 | 0 | 0.97 | 0.16 |
HSL | 68.99º | 0.94% | 0.43% | - |
HSV(B) | 68.99º | 0.97% | 0.84% | - |
XYZ | 43.61 | 58.18 | 9.13 | - |
YUV | 181.13 | 29.73 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 214 | 7 | 0.14 | 0 | 0.97 | 0.16 | 68.99 | 0.94 | 0.43 |
Hex | B7 | D6 | 7 | E | 0 | 61 | 10 | 45 | 5E | 2B |
Octal | 267 | 326 | 7 | 16 | 0 | 141 | 20 | 105 | 136 | 53 |
Binary | 10110111 | 11010110 | 111 | 1110 | 0 | 1100001 | 10000 | 1000101 | 1011110 | 101011 |
Color Harmonies of #B7D607
Complementary color
Monochromatic Colors of #B7D607
Black with #B7D607
Text Example
Text Example
White with #B7D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D607; }
p { color: rgb(183,214,7); }
H1.HeaderClassName
{
color: #B7D607;
}
.AnyTagClassName
{
color: #B7D607;
}
</style>
background-color css
<style>
a { background-color: #B7D607; }
a { background-color: rgb(183,214,7); }
div.DivClassName
{
background-color: #B7D607;
}
.BgClassName
{
background-color: #B7D607;
}
</style>
border-color css
<style>
span { border-color: #B7D607; }
span { border-color: rgb(183,214,7); }
td.TdClassName
{
border-color: #B7D607;
}
.TagClassName
{
border-color: #B7D607;
}
</style>