Shades of Inch Worm #B8FC16
Tints of Inch Worm #B8FC16
RGB
CMYK
RGB Variations
Color information
#B8FC16 (or 0xB8FC16) is known color: Inch Worm. HEX triplet: B8, FC and 16. RGB value is (184,252,22). Sum of RGB (Red+Green+Blue) = 184+252+22=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FC16 is #4703E9. Grayscale: #CECECE. Windows color (decimal): -4654058 or 1506488. OLE color: 1506488.
HSL color Cylindrical-coordinate representation of color #B8FC16: hue angle of 77.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8FC16 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 22 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.01 |
| HSL | 77.74º | 0.97% | 0.54% | - |
| HSV(B) | 77.74º | 0.91% | 0.99% | - |
| XYZ | 54.72 | 79.87 | 13.29 | - |
| YUV | 205.45 | 24.47 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 22 | 0.27 | 0 | 0.91 | 0.01 | 77.74 | 0.97 | 0.54 |
| Hex | B8 | FC | 16 | 1B | 0 | 5B | 1 | 4E | 61 | 36 |
| Octal | 270 | 374 | 26 | 33 | 0 | 133 | 1 | 116 | 141 | 66 |
| Binary | 10111000 | 11111100 | 10110 | 11011 | 0 | 1011011 | 1 | 1001110 | 1100001 | 110110 |
Color Harmonies of #B8FC16
Complementary color
Monochromatic Colors of #B8FC16
Black with #B8FC16
Text Example
Text Example
White with #B8FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FC16; }
p { color: rgb(184,252,22); }
H1.HeaderClassName
{
color: #B8FC16;
}
.AnyTagClassName
{
color: #B8FC16;
}
</style>
background-color css
<style>
a { background-color: #B8FC16; }
a { background-color: rgb(184,252,22); }
div.DivClassName
{
background-color: #B8FC16;
}
.BgClassName
{
background-color: #B8FC16;
}
</style>
border-color css
<style>
span { border-color: #B8FC16; }
span { border-color: rgb(184,252,22); }
td.TdClassName
{
border-color: #B8FC16;
}
.TagClassName
{
border-color: #B8FC16;
}
</style>