Shades of Inch Worm #B8F320
Tints of Inch Worm #B8F320
RGB
CMYK
RGB Variations
Color information
#B8F320 (or 0xB8F320) is known color: Inch Worm. HEX triplet: B8, F3 and 20. RGB value is (184,243,32). Sum of RGB (Red+Green+Blue) = 184+243+32=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F320 is #470CDF. Grayscale: #CACACA. Windows color (decimal): -4656352 or 2159544. OLE color: 2159544.
HSL color Cylindrical-coordinate representation of color #B8F320: hue angle of 76.78º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8F320 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 32 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.05 |
| HSL | 76.78º | 0.9% | 0.54% | - |
| HSV(B) | 76.78º | 0.87% | 0.95% | - |
| XYZ | 52.08 | 74.4 | 12.98 | - |
| YUV | 201.31 | 32.45 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 32 | 0.24 | 0 | 0.87 | 0.05 | 76.78 | 0.9 | 0.54 |
| Hex | B8 | F3 | 20 | 18 | 0 | 57 | 5 | 4D | 5A | 36 |
| Octal | 270 | 363 | 40 | 30 | 0 | 127 | 5 | 115 | 132 | 66 |
| Binary | 10111000 | 11110011 | 100000 | 11000 | 0 | 1010111 | 101 | 1001101 | 1011010 | 110110 |
Color Harmonies of #B8F320
Complementary color
Monochromatic Colors of #B8F320
Black with #B8F320
Text Example
Text Example
White with #B8F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F320; }
p { color: rgb(184,243,32); }
H1.HeaderClassName
{
color: #B8F320;
}
.AnyTagClassName
{
color: #B8F320;
}
</style>
background-color css
<style>
a { background-color: #B8F320; }
a { background-color: rgb(184,243,32); }
div.DivClassName
{
background-color: #B8F320;
}
.BgClassName
{
background-color: #B8F320;
}
</style>
border-color css
<style>
span { border-color: #B8F320; }
span { border-color: rgb(184,243,32); }
td.TdClassName
{
border-color: #B8F320;
}
.TagClassName
{
border-color: #B8F320;
}
</style>