Shades of Inch Worm #BCFC17
Tints of Inch Worm #BCFC17
RGB
CMYK
RGB Variations
Color information
#BCFC17 (or 0xBCFC17) is known color: Inch Worm. HEX triplet: BC, FC and 17. RGB value is (188,252,23). Sum of RGB (Red+Green+Blue) = 188+252+23=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC17 is #4303E8. Grayscale: #CFCFCF. Windows color (decimal): -4391913 or 1572028. OLE color: 1572028.
HSL color Cylindrical-coordinate representation of color #BCFC17: hue angle of 76.77º 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 #BCFC17 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 23 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.01 |
| HSL | 76.77º | 0.97% | 0.54% | - |
| HSV(B) | 76.77º | 0.91% | 0.99% | - |
| XYZ | 55.7 | 80.37 | 13.39 | - |
| YUV | 206.76 | 24.3 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 23 | 0.25 | 0 | 0.91 | 0.01 | 76.77 | 0.97 | 0.54 |
| Hex | BC | FC | 17 | 19 | 0 | 5B | 1 | 4D | 61 | 36 |
| Octal | 274 | 374 | 27 | 31 | 0 | 133 | 1 | 115 | 141 | 66 |
| Binary | 10111100 | 11111100 | 10111 | 11001 | 0 | 1011011 | 1 | 1001101 | 1100001 | 110110 |
Color Harmonies of #BCFC17
Complementary color
Monochromatic Colors of #BCFC17
Black with #BCFC17
Text Example
Text Example
White with #BCFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC17; }
p { color: rgb(188,252,23); }
H1.HeaderClassName
{
color: #BCFC17;
}
.AnyTagClassName
{
color: #BCFC17;
}
</style>
background-color css
<style>
a { background-color: #BCFC17; }
a { background-color: rgb(188,252,23); }
div.DivClassName
{
background-color: #BCFC17;
}
.BgClassName
{
background-color: #BCFC17;
}
</style>
border-color css
<style>
span { border-color: #BCFC17; }
span { border-color: rgb(188,252,23); }
td.TdClassName
{
border-color: #BCFC17;
}
.TagClassName
{
border-color: #BCFC17;
}
</style>