Shades of Inch Worm #B9F90F
Tints of Inch Worm #B9F90F
RGB
CMYK
RGB Variations
Color information
#B9F90F (or 0xB9F90F) is known color: Inch Worm. HEX triplet: B9, F9 and 0F. RGB value is (185,249,15). Sum of RGB (Red+Green+Blue) = 185+249+15=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F90F is #4606F0. Grayscale: #CCCCCC. Windows color (decimal): -4589297 or 1046969. OLE color: 1046969.
HSL color Cylindrical-coordinate representation of color #B9F90F: hue angle of 76.41º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9F90F is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 249 | 15 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.02 |
| HSL | 76.41º | 0.95% | 0.52% | - |
| HSV(B) | 76.41º | 0.94% | 0.98% | - |
| XYZ | 53.97 | 78.1 | 12.68 | - |
| YUV | 203.19 | 21.8 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 249 | 15 | 0.26 | 0 | 0.94 | 0.02 | 76.41 | 0.95 | 0.52 |
| Hex | B9 | F9 | F | 1A | 0 | 5E | 2 | 4C | 5F | 34 |
| Octal | 271 | 371 | 17 | 32 | 0 | 136 | 2 | 114 | 137 | 64 |
| Binary | 10111001 | 11111001 | 1111 | 11010 | 0 | 1011110 | 10 | 1001100 | 1011111 | 110100 |
Color Harmonies of #B9F90F
Complementary color
Monochromatic Colors of #B9F90F
Black with #B9F90F
Text Example
Text Example
White with #B9F90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F90F; }
p { color: rgb(185,249,15); }
H1.HeaderClassName
{
color: #B9F90F;
}
.AnyTagClassName
{
color: #B9F90F;
}
</style>
background-color css
<style>
a { background-color: #B9F90F; }
a { background-color: rgb(185,249,15); }
div.DivClassName
{
background-color: #B9F90F;
}
.BgClassName
{
background-color: #B9F90F;
}
</style>
border-color css
<style>
span { border-color: #B9F90F; }
span { border-color: rgb(185,249,15); }
td.TdClassName
{
border-color: #B9F90F;
}
.TagClassName
{
border-color: #B9F90F;
}
</style>