Shades of Inch Worm #B9E707
Tints of Inch Worm #B9E707
RGB
CMYK
RGB Variations
Color information
#B9E707 (or 0xB9E707) is known color: Inch Worm. HEX triplet: B9, E7 and 07. RGB value is (185,231,7). Sum of RGB (Red+Green+Blue) = 185+231+7=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 231 (90.62% from 255 or 54.61% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E707 is #4618F8. Grayscale: #C0C0C0. Windows color (decimal): -4593913 or 518073. OLE color: 518073.
HSL color Cylindrical-coordinate representation of color #B9E707: hue angle of 72.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9E707 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 7 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.09 |
| HSL | 72.32º | 0.94% | 0.47% | - |
| HSV(B) | 72.32º | 0.97% | 0.91% | - |
| XYZ | 48.62 | 67.48 | 10.66 | - |
| YUV | 191.71 | 23.76 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 7 | 0.20 | 0 | 0.97 | 0.09 | 72.32 | 0.94 | 0.47 |
| Hex | B9 | E7 | 7 | 14 | 0 | 61 | 9 | 48 | 5E | 2F |
| Octal | 271 | 347 | 7 | 24 | 0 | 141 | 11 | 110 | 136 | 57 |
| Binary | 10111001 | 11100111 | 111 | 10100 | 0 | 1100001 | 1001 | 1001000 | 1011110 | 101111 |
Color Harmonies of #B9E707
Complementary color
Monochromatic Colors of #B9E707
Black with #B9E707
Text Example
Text Example
White with #B9E707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E707; }
p { color: rgb(185,231,7); }
H1.HeaderClassName
{
color: #B9E707;
}
.AnyTagClassName
{
color: #B9E707;
}
</style>
background-color css
<style>
a { background-color: #B9E707; }
a { background-color: rgb(185,231,7); }
div.DivClassName
{
background-color: #B9E707;
}
.BgClassName
{
background-color: #B9E707;
}
</style>
border-color css
<style>
span { border-color: #B9E707; }
span { border-color: rgb(185,231,7); }
td.TdClassName
{
border-color: #B9E707;
}
.TagClassName
{
border-color: #B9E707;
}
</style>