Shades of Inch Worm #B8F310
Tints of Inch Worm #B8F310
RGB
CMYK
RGB Variations
Color information
#B8F310 (or 0xB8F310) is known color: Inch Worm. HEX triplet: B8, F3 and 10. RGB value is (184,243,16). Sum of RGB (Red+Green+Blue) = 184+243+16=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F310 is #470CEF. Grayscale: #C8C8C8. Windows color (decimal): -4656368 or 1110968. OLE color: 1110968.
HSL color Cylindrical-coordinate representation of color #B8F310: hue angle of 75.59º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8F310 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 16 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.05 |
| HSL | 75.59º | 0.9% | 0.51% | - |
| HSV(B) | 75.59º | 0.93% | 0.95% | - |
| XYZ | 51.91 | 74.33 | 12.1 | - |
| YUV | 199.48 | 24.45 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 16 | 0.24 | 0 | 0.93 | 0.05 | 75.59 | 0.9 | 0.51 |
| Hex | B8 | F3 | 10 | 18 | 0 | 5D | 5 | 4C | 5A | 33 |
| Octal | 270 | 363 | 20 | 30 | 0 | 135 | 5 | 114 | 132 | 63 |
| Binary | 10111000 | 11110011 | 10000 | 11000 | 0 | 1011101 | 101 | 1001100 | 1011010 | 110011 |
Color Harmonies of #B8F310
Complementary color
Monochromatic Colors of #B8F310
Black with #B8F310
Text Example
Text Example
White with #B8F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F310; }
p { color: rgb(184,243,16); }
H1.HeaderClassName
{
color: #B8F310;
}
.AnyTagClassName
{
color: #B8F310;
}
</style>
background-color css
<style>
a { background-color: #B8F310; }
a { background-color: rgb(184,243,16); }
div.DivClassName
{
background-color: #B8F310;
}
.BgClassName
{
background-color: #B8F310;
}
</style>
border-color css
<style>
span { border-color: #B8F310; }
span { border-color: rgb(184,243,16); }
td.TdClassName
{
border-color: #B8F310;
}
.TagClassName
{
border-color: #B8F310;
}
</style>