Shades of Inch Worm #B9F119
Tints of Inch Worm #B9F119
RGB
CMYK
RGB Variations
Color information
#B9F119 (or 0xB9F119) is known color: Inch Worm. HEX triplet: B9, F1 and 19. RGB value is (185,241,25). Sum of RGB (Red+Green+Blue) = 185+241+25=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F119 is #460EE6. Grayscale: #C8C8C8. Windows color (decimal): -4591335 or 1700281. OLE color: 1700281.
HSL color Cylindrical-coordinate representation of color #B9F119: hue angle of 75.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9F119 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 25 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.56º | 0.89% | 0.52% | - |
| HSV(B) | 75.56º | 0.9% | 0.95% | - |
| XYZ | 51.64 | 73.3 | 12.35 | - |
| YUV | 199.63 | 29.45 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 25 | 0.23 | 0 | 0.90 | 0.05 | 75.56 | 0.89 | 0.52 |
| Hex | B9 | F1 | 19 | 17 | 0 | 5A | 5 | 4C | 59 | 34 |
| Octal | 271 | 361 | 31 | 27 | 0 | 132 | 5 | 114 | 131 | 64 |
| Binary | 10111001 | 11110001 | 11001 | 10111 | 0 | 1011010 | 101 | 1001100 | 1011001 | 110100 |
Color Harmonies of #B9F119
Complementary color
Monochromatic Colors of #B9F119
Black with #B9F119
Text Example
Text Example
White with #B9F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F119; }
p { color: rgb(185,241,25); }
H1.HeaderClassName
{
color: #B9F119;
}
.AnyTagClassName
{
color: #B9F119;
}
</style>
background-color css
<style>
a { background-color: #B9F119; }
a { background-color: rgb(185,241,25); }
div.DivClassName
{
background-color: #B9F119;
}
.BgClassName
{
background-color: #B9F119;
}
</style>
border-color css
<style>
span { border-color: #B9F119; }
span { border-color: rgb(185,241,25); }
td.TdClassName
{
border-color: #B9F119;
}
.TagClassName
{
border-color: #B9F119;
}
</style>