Shades of Inch Worm #B8F31E
Tints of Inch Worm #B8F31E
RGB
CMYK
RGB Variations
Color information
#B8F31E (or 0xB8F31E) is known color: Inch Worm. HEX triplet: B8, F3 and 1E. RGB value is (184,243,30). Sum of RGB (Red+Green+Blue) = 184+243+30=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F31E is #470CE1. Grayscale: #C9C9C9. Windows color (decimal): -4656354 or 2028472. OLE color: 2028472.
HSL color Cylindrical-coordinate representation of color #B8F31E: hue angle of 76.62º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8F31E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 30 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.05 |
| HSL | 76.62º | 0.9% | 0.54% | - |
| HSV(B) | 76.62º | 0.88% | 0.95% | - |
| XYZ | 52.05 | 74.39 | 12.84 | - |
| YUV | 201.08 | 31.45 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 30 | 0.24 | 0 | 0.88 | 0.05 | 76.62 | 0.9 | 0.54 |
| Hex | B8 | F3 | 1E | 18 | 0 | 58 | 5 | 4D | 5A | 36 |
| Octal | 270 | 363 | 36 | 30 | 0 | 130 | 5 | 115 | 132 | 66 |
| Binary | 10111000 | 11110011 | 11110 | 11000 | 0 | 1011000 | 101 | 1001101 | 1011010 | 110110 |
Color Harmonies of #B8F31E
Complementary color
Monochromatic Colors of #B8F31E
Black with #B8F31E
Text Example
Text Example
White with #B8F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F31E; }
p { color: rgb(184,243,30); }
H1.HeaderClassName
{
color: #B8F31E;
}
.AnyTagClassName
{
color: #B8F31E;
}
</style>
background-color css
<style>
a { background-color: #B8F31E; }
a { background-color: rgb(184,243,30); }
div.DivClassName
{
background-color: #B8F31E;
}
.BgClassName
{
background-color: #B8F31E;
}
</style>
border-color css
<style>
span { border-color: #B8F31E; }
span { border-color: rgb(184,243,30); }
td.TdClassName
{
border-color: #B8F31E;
}
.TagClassName
{
border-color: #B8F31E;
}
</style>