Shades of Inch Worm #B8F11E
Tints of Inch Worm #B8F11E
RGB
CMYK
RGB Variations
Color information
#B8F11E (or 0xB8F11E) is known color: Inch Worm. HEX triplet: B8, F1 and 1E. RGB value is (184,241,30). Sum of RGB (Red+Green+Blue) = 184+241+30=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F11E is #470EE1. Grayscale: #C8C8C8. Windows color (decimal): -4656866 or 2027960. OLE color: 2027960.
HSL color Cylindrical-coordinate representation of color #B8F11E: hue angle of 76.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8F11E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.05 |
| HSL | 76.21º | 0.88% | 0.53% | - |
| HSV(B) | 76.21º | 0.88% | 0.95% | - |
| XYZ | 51.46 | 73.19 | 12.64 | - |
| YUV | 199.9 | 32.12 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 30 | 0.24 | 0 | 0.88 | 0.05 | 76.21 | 0.88 | 0.53 |
| Hex | B8 | F1 | 1E | 18 | 0 | 58 | 5 | 4C | 58 | 35 |
| Octal | 270 | 361 | 36 | 30 | 0 | 130 | 5 | 114 | 130 | 65 |
| Binary | 10111000 | 11110001 | 11110 | 11000 | 0 | 1011000 | 101 | 1001100 | 1011000 | 110101 |
Color Harmonies of #B8F11E
Complementary color
Monochromatic Colors of #B8F11E
Black with #B8F11E
Text Example
Text Example
White with #B8F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F11E; }
p { color: rgb(184,241,30); }
H1.HeaderClassName
{
color: #B8F11E;
}
.AnyTagClassName
{
color: #B8F11E;
}
</style>
background-color css
<style>
a { background-color: #B8F11E; }
a { background-color: rgb(184,241,30); }
div.DivClassName
{
background-color: #B8F11E;
}
.BgClassName
{
background-color: #B8F11E;
}
</style>
border-color css
<style>
span { border-color: #B8F11E; }
span { border-color: rgb(184,241,30); }
td.TdClassName
{
border-color: #B8F11E;
}
.TagClassName
{
border-color: #B8F11E;
}
</style>