Shades of Inch Worm #BCFC16
Tints of Inch Worm #BCFC16
RGB
CMYK
RGB Variations
Color information
#BCFC16 (or 0xBCFC16) is known color: Inch Worm. HEX triplet: BC, FC and 16. RGB value is (188,252,22). Sum of RGB (Red+Green+Blue) = 188+252+22=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC16 is #4303E9. Grayscale: #CFCFCF. Windows color (decimal): -4391914 or 1506492. OLE color: 1506492.
HSL color Cylindrical-coordinate representation of color #BCFC16: hue angle of 76.7º 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 #BCFC16 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 22 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.01 |
| HSL | 76.7º | 0.97% | 0.54% | - |
| HSV(B) | 76.7º | 0.91% | 0.99% | - |
| XYZ | 55.69 | 80.37 | 13.34 | - |
| YUV | 206.64 | 23.8 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 22 | 0.25 | 0 | 0.91 | 0.01 | 76.7 | 0.97 | 0.54 |
| Hex | BC | FC | 16 | 19 | 0 | 5B | 1 | 4D | 61 | 36 |
| Octal | 274 | 374 | 26 | 31 | 0 | 133 | 1 | 115 | 141 | 66 |
| Binary | 10111100 | 11111100 | 10110 | 11001 | 0 | 1011011 | 1 | 1001101 | 1100001 | 110110 |
Color Harmonies of #BCFC16
Complementary color
Monochromatic Colors of #BCFC16
Black with #BCFC16
Text Example
Text Example
White with #BCFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC16; }
p { color: rgb(188,252,22); }
H1.HeaderClassName
{
color: #BCFC16;
}
.AnyTagClassName
{
color: #BCFC16;
}
</style>
background-color css
<style>
a { background-color: #BCFC16; }
a { background-color: rgb(188,252,22); }
div.DivClassName
{
background-color: #BCFC16;
}
.BgClassName
{
background-color: #BCFC16;
}
</style>
border-color css
<style>
span { border-color: #BCFC16; }
span { border-color: rgb(188,252,22); }
td.TdClassName
{
border-color: #BCFC16;
}
.TagClassName
{
border-color: #BCFC16;
}
</style>