Shades of Inch Worm #B8F110
Tints of Inch Worm #B8F110
RGB
CMYK
RGB Variations
Color information
#B8F110 (or 0xB8F110) is known color: Inch Worm. HEX triplet: B8, F1 and 10. RGB value is (184,241,16). Sum of RGB (Red+Green+Blue) = 184+241+16=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F110 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F110 is #470EEF. Grayscale: #C7C7C7. Windows color (decimal): -4656880 or 1110456. OLE color: 1110456.
HSL color Cylindrical-coordinate representation of color #B8F110: hue angle of 75.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8F110 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 16 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.05 |
| HSL | 75.2º | 0.89% | 0.5% | - |
| HSV(B) | 75.2º | 0.93% | 0.95% | - |
| XYZ | 51.32 | 73.14 | 11.9 | - |
| YUV | 198.31 | 25.12 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 16 | 0.24 | 0 | 0.93 | 0.05 | 75.2 | 0.89 | 0.5 |
| Hex | B8 | F1 | 10 | 18 | 0 | 5D | 5 | 4B | 59 | 32 |
| Octal | 270 | 361 | 20 | 30 | 0 | 135 | 5 | 113 | 131 | 62 |
| Binary | 10111000 | 11110001 | 10000 | 11000 | 0 | 1011101 | 101 | 1001011 | 1011001 | 110010 |
Color Harmonies of #B8F110
Complementary color
Monochromatic Colors of #B8F110
Black with #B8F110
Text Example
Text Example
White with #B8F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F110; }
p { color: rgb(184,241,16); }
H1.HeaderClassName
{
color: #B8F110;
}
.AnyTagClassName
{
color: #B8F110;
}
</style>
background-color css
<style>
a { background-color: #B8F110; }
a { background-color: rgb(184,241,16); }
div.DivClassName
{
background-color: #B8F110;
}
.BgClassName
{
background-color: #B8F110;
}
</style>
border-color css
<style>
span { border-color: #B8F110; }
span { border-color: rgb(184,241,16); }
td.TdClassName
{
border-color: #B8F110;
}
.TagClassName
{
border-color: #B8F110;
}
</style>