Shades of Inch Worm #BCF60E
Tints of Inch Worm #BCF60E
RGB
CMYK
RGB Variations
Color information
#BCF60E (or 0xBCF60E) is known color: Inch Worm. HEX triplet: BC, F6 and 0E. RGB value is (188,246,14). Sum of RGB (Red+Green+Blue) = 188+246+14=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF60E is #4309F1. Grayscale: #CBCBCB. Windows color (decimal): -4393458 or 980668. OLE color: 980668.
HSL color Cylindrical-coordinate representation of color #BCF60E: hue angle of 75º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCF60E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.04 |
| HSL | 75º | 0.93% | 0.51% | - |
| HSV(B) | 75º | 0.94% | 0.96% | - |
| XYZ | 53.77 | 76.63 | 12.37 | - |
| YUV | 202.21 | 21.78 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 14 | 0.24 | 0 | 0.94 | 0.04 | 75 | 0.93 | 0.51 |
| Hex | BC | F6 | E | 18 | 0 | 5E | 4 | 4B | 5D | 33 |
| Octal | 274 | 366 | 16 | 30 | 0 | 136 | 4 | 113 | 135 | 63 |
| Binary | 10111100 | 11110110 | 1110 | 11000 | 0 | 1011110 | 100 | 1001011 | 1011101 | 110011 |
Color Harmonies of #BCF60E
Complementary color
Monochromatic Colors of #BCF60E
Black with #BCF60E
Text Example
Text Example
White with #BCF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF60E; }
p { color: rgb(188,246,14); }
H1.HeaderClassName
{
color: #BCF60E;
}
.AnyTagClassName
{
color: #BCF60E;
}
</style>
background-color css
<style>
a { background-color: #BCF60E; }
a { background-color: rgb(188,246,14); }
div.DivClassName
{
background-color: #BCF60E;
}
.BgClassName
{
background-color: #BCF60E;
}
</style>
border-color css
<style>
span { border-color: #BCF60E; }
span { border-color: rgb(188,246,14); }
td.TdClassName
{
border-color: #BCF60E;
}
.TagClassName
{
border-color: #BCF60E;
}
</style>