Shades of Inch Worm #B9E70F
Tints of Inch Worm #B9E70F
RGB
CMYK
RGB Variations
Color information
#B9E70F (or 0xB9E70F) is known color: Inch Worm. HEX triplet: B9, E7 and 0F. RGB value is (185,231,15). Sum of RGB (Red+Green+Blue) = 185+231+15=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 231 (90.62% from 255 or 53.60% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9E70F is #4618F0. Grayscale: #C1C1C1. Windows color (decimal): -4593905 or 1042361. OLE color: 1042361.
HSL color Cylindrical-coordinate representation of color #B9E70F: hue angle of 72.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9E70F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 15 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.09 |
| HSL | 72.78º | 0.88% | 0.48% | - |
| HSV(B) | 72.78º | 0.94% | 0.91% | - |
| XYZ | 48.67 | 67.5 | 10.92 | - |
| YUV | 192.62 | 27.76 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 15 | 0.20 | 0 | 0.94 | 0.09 | 72.78 | 0.88 | 0.48 |
| Hex | B9 | E7 | F | 14 | 0 | 5E | 9 | 49 | 58 | 30 |
| Octal | 271 | 347 | 17 | 24 | 0 | 136 | 11 | 111 | 130 | 60 |
| Binary | 10111001 | 11100111 | 1111 | 10100 | 0 | 1011110 | 1001 | 1001001 | 1011000 | 110000 |
Color Harmonies of #B9E70F
Complementary color
Monochromatic Colors of #B9E70F
Black with #B9E70F
Text Example
Text Example
White with #B9E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E70F; }
p { color: rgb(185,231,15); }
H1.HeaderClassName
{
color: #B9E70F;
}
.AnyTagClassName
{
color: #B9E70F;
}
</style>
background-color css
<style>
a { background-color: #B9E70F; }
a { background-color: rgb(185,231,15); }
div.DivClassName
{
background-color: #B9E70F;
}
.BgClassName
{
background-color: #B9E70F;
}
</style>
border-color css
<style>
span { border-color: #B9E70F; }
span { border-color: rgb(185,231,15); }
td.TdClassName
{
border-color: #B9E70F;
}
.TagClassName
{
border-color: #B9E70F;
}
</style>