Shades of Inch Worm #B8F108
Tints of Inch Worm #B8F108
RGB
CMYK
RGB Variations
Color information
#B8F108 (or 0xB8F108) is known color: Inch Worm. HEX triplet: B8, F1 and 08. RGB value is (184,241,8). Sum of RGB (Red+Green+Blue) = 184+241+8=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F108 is #470EF7. Grayscale: #C6C6C6. Windows color (decimal): -4656888 or 586168. OLE color: 586168.
HSL color Cylindrical-coordinate representation of color #B8F108: hue angle of 74.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8F108 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.05 |
| HSL | 74.68º | 0.94% | 0.49% | - |
| HSV(B) | 74.68º | 0.97% | 0.95% | - |
| XYZ | 51.27 | 73.12 | 11.64 | - |
| YUV | 197.4 | 21.12 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 8 | 0.24 | 0 | 0.97 | 0.05 | 74.68 | 0.94 | 0.49 |
| Hex | B8 | F1 | 8 | 18 | 0 | 61 | 5 | 4B | 5E | 31 |
| Octal | 270 | 361 | 10 | 30 | 0 | 141 | 5 | 113 | 136 | 61 |
| Binary | 10111000 | 11110001 | 1000 | 11000 | 0 | 1100001 | 101 | 1001011 | 1011110 | 110001 |
Color Harmonies of #B8F108
Complementary color
Monochromatic Colors of #B8F108
Black with #B8F108
Text Example
Text Example
White with #B8F108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F108; }
p { color: rgb(184,241,8); }
H1.HeaderClassName
{
color: #B8F108;
}
.AnyTagClassName
{
color: #B8F108;
}
</style>
background-color css
<style>
a { background-color: #B8F108; }
a { background-color: rgb(184,241,8); }
div.DivClassName
{
background-color: #B8F108;
}
.BgClassName
{
background-color: #B8F108;
}
</style>
border-color css
<style>
span { border-color: #B8F108; }
span { border-color: rgb(184,241,8); }
td.TdClassName
{
border-color: #B8F108;
}
.TagClassName
{
border-color: #B8F108;
}
</style>