Shades of Inch Worm #B9F71C
Tints of Inch Worm #B9F71C
RGB
CMYK
RGB Variations
Color information
#B9F71C (or 0xB9F71C) is known color: Inch Worm. HEX triplet: B9, F7 and 1C. RGB value is (185,247,28). Sum of RGB (Red+Green+Blue) = 185+247+28=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 247 (96.88% from 255 or 53.70% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F71C is #4608E3. Grayscale: #CCCCCC. Windows color (decimal): -4589796 or 1898425. OLE color: 1898425.
HSL color Cylindrical-coordinate representation of color #B9F71C: hue angle of 76.99º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9F71C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 247 | 28 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.03 |
| HSL | 76.99º | 0.93% | 0.54% | - |
| HSV(B) | 76.99º | 0.89% | 0.97% | - |
| XYZ | 53.48 | 76.92 | 13.13 | - |
| YUV | 203.5 | 28.96 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 247 | 28 | 0.25 | 0 | 0.89 | 0.03 | 76.99 | 0.93 | 0.54 |
| Hex | B9 | F7 | 1C | 19 | 0 | 59 | 3 | 4D | 5D | 36 |
| Octal | 271 | 367 | 34 | 31 | 0 | 131 | 3 | 115 | 135 | 66 |
| Binary | 10111001 | 11110111 | 11100 | 11001 | 0 | 1011001 | 11 | 1001101 | 1011101 | 110110 |
Color Harmonies of #B9F71C
Complementary color
Monochromatic Colors of #B9F71C
Black with #B9F71C
Text Example
Text Example
White with #B9F71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F71C; }
p { color: rgb(185,247,28); }
H1.HeaderClassName
{
color: #B9F71C;
}
.AnyTagClassName
{
color: #B9F71C;
}
</style>
background-color css
<style>
a { background-color: #B9F71C; }
a { background-color: rgb(185,247,28); }
div.DivClassName
{
background-color: #B9F71C;
}
.BgClassName
{
background-color: #B9F71C;
}
</style>
border-color css
<style>
span { border-color: #B9F71C; }
span { border-color: rgb(185,247,28); }
td.TdClassName
{
border-color: #B9F71C;
}
.TagClassName
{
border-color: #B9F71C;
}
</style>