Shades of Inch Worm #B8F115
Tints of Inch Worm #B8F115
RGB
CMYK
RGB Variations
Color information
#B8F115 (or 0xB8F115) is known color: Inch Worm. HEX triplet: B8, F1 and 15. RGB value is (184,241,21). Sum of RGB (Red+Green+Blue) = 184+241+21=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F115 is #470EEA. Grayscale: #C7C7C7. Windows color (decimal): -4656875 or 1438136. OLE color: 1438136.
HSL color Cylindrical-coordinate representation of color #B8F115: hue angle of 75.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8F115 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 21 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.05 |
| HSL | 75.55º | 0.89% | 0.51% | - |
| HSV(B) | 75.55º | 0.91% | 0.95% | - |
| XYZ | 51.36 | 73.16 | 12.12 | - |
| YUV | 198.88 | 27.62 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 21 | 0.24 | 0 | 0.91 | 0.05 | 75.55 | 0.89 | 0.51 |
| Hex | B8 | F1 | 15 | 18 | 0 | 5B | 5 | 4C | 59 | 33 |
| Octal | 270 | 361 | 25 | 30 | 0 | 133 | 5 | 114 | 131 | 63 |
| Binary | 10111000 | 11110001 | 10101 | 11000 | 0 | 1011011 | 101 | 1001100 | 1011001 | 110011 |
Color Harmonies of #B8F115
Complementary color
Monochromatic Colors of #B8F115
Black with #B8F115
Text Example
Text Example
White with #B8F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F115; }
p { color: rgb(184,241,21); }
H1.HeaderClassName
{
color: #B8F115;
}
.AnyTagClassName
{
color: #B8F115;
}
</style>
background-color css
<style>
a { background-color: #B8F115; }
a { background-color: rgb(184,241,21); }
div.DivClassName
{
background-color: #B8F115;
}
.BgClassName
{
background-color: #B8F115;
}
</style>
border-color css
<style>
span { border-color: #B8F115; }
span { border-color: rgb(184,241,21); }
td.TdClassName
{
border-color: #B8F115;
}
.TagClassName
{
border-color: #B8F115;
}
</style>