Shades of Inch Worm #B9F10D
Tints of Inch Worm #B9F10D
RGB
CMYK
RGB Variations
Color information
#B9F10D (or 0xB9F10D) is known color: Inch Worm. HEX triplet: B9, F1 and 0D. RGB value is (185,241,13). Sum of RGB (Red+Green+Blue) = 185+241+13=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F10D is #460EF2. Grayscale: #C7C7C7. Windows color (decimal): -4591347 or 913849. OLE color: 913849.
HSL color Cylindrical-coordinate representation of color #B9F10D: hue angle of 74.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9F10D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 13 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.74º | 0.9% | 0.5% | - |
| HSV(B) | 74.74º | 0.95% | 0.95% | - |
| XYZ | 51.54 | 73.25 | 11.8 | - |
| YUV | 198.26 | 23.45 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 13 | 0.23 | 0 | 0.95 | 0.05 | 74.74 | 0.9 | 0.5 |
| Hex | B9 | F1 | D | 17 | 0 | 5F | 5 | 4B | 5A | 32 |
| Octal | 271 | 361 | 15 | 27 | 0 | 137 | 5 | 113 | 132 | 62 |
| Binary | 10111001 | 11110001 | 1101 | 10111 | 0 | 1011111 | 101 | 1001011 | 1011010 | 110010 |
Color Harmonies of #B9F10D
Complementary color
Monochromatic Colors of #B9F10D
Black with #B9F10D
Text Example
Text Example
White with #B9F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F10D; }
p { color: rgb(185,241,13); }
H1.HeaderClassName
{
color: #B9F10D;
}
.AnyTagClassName
{
color: #B9F10D;
}
</style>
background-color css
<style>
a { background-color: #B9F10D; }
a { background-color: rgb(185,241,13); }
div.DivClassName
{
background-color: #B9F10D;
}
.BgClassName
{
background-color: #B9F10D;
}
</style>
border-color css
<style>
span { border-color: #B9F10D; }
span { border-color: rgb(185,241,13); }
td.TdClassName
{
border-color: #B9F10D;
}
.TagClassName
{
border-color: #B9F10D;
}
</style>