Shades of Inch Worm #B8F010
Tints of Inch Worm #B8F010
RGB
CMYK
RGB Variations
Color information
#B8F010 (or 0xB8F010) is known color: Inch Worm. HEX triplet: B8, F0 and 10. RGB value is (184,240,16). Sum of RGB (Red+Green+Blue) = 184+240+16=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F010 is #470FEF. Grayscale: #C6C6C6. Windows color (decimal): -4657136 or 1110200. OLE color: 1110200.
HSL color Cylindrical-coordinate representation of color #B8F010: hue angle of 75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8F010 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 16 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.06 |
| HSL | 75º | 0.88% | 0.5% | - |
| HSV(B) | 75º | 0.93% | 0.94% | - |
| XYZ | 51.02 | 72.55 | 11.8 | - |
| YUV | 197.72 | 25.45 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 16 | 0.23 | 0 | 0.93 | 0.06 | 75 | 0.88 | 0.5 |
| Hex | B8 | F0 | 10 | 17 | 0 | 5D | 6 | 4B | 58 | 32 |
| Octal | 270 | 360 | 20 | 27 | 0 | 135 | 6 | 113 | 130 | 62 |
| Binary | 10111000 | 11110000 | 10000 | 10111 | 0 | 1011101 | 110 | 1001011 | 1011000 | 110010 |
Color Harmonies of #B8F010
Complementary color
Monochromatic Colors of #B8F010
Black with #B8F010
Text Example
Text Example
White with #B8F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F010; }
p { color: rgb(184,240,16); }
H1.HeaderClassName
{
color: #B8F010;
}
.AnyTagClassName
{
color: #B8F010;
}
</style>
background-color css
<style>
a { background-color: #B8F010; }
a { background-color: rgb(184,240,16); }
div.DivClassName
{
background-color: #B8F010;
}
.BgClassName
{
background-color: #B8F010;
}
</style>
border-color css
<style>
span { border-color: #B8F010; }
span { border-color: rgb(184,240,16); }
td.TdClassName
{
border-color: #B8F010;
}
.TagClassName
{
border-color: #B8F010;
}
</style>