Shades of Inch Worm #BCF00E
Tints of Inch Worm #BCF00E
RGB
CMYK
RGB Variations
Color information
#BCF00E (or 0xBCF00E) is known color: Inch Worm. HEX triplet: BC, F0 and 0E. RGB value is (188,240,14). Sum of RGB (Red+Green+Blue) = 188+240+14=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF00E is #430FF1. Grayscale: #C7C7C7. Windows color (decimal): -4394994 or 979132. OLE color: 979132.
HSL color Cylindrical-coordinate representation of color #BCF00E: hue angle of 73.81º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCF00E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.06 |
| HSL | 73.81º | 0.89% | 0.5% | - |
| HSV(B) | 73.81º | 0.94% | 0.94% | - |
| XYZ | 51.98 | 73.04 | 11.77 | - |
| YUV | 198.69 | 23.77 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 14 | 0.22 | 0 | 0.94 | 0.06 | 73.81 | 0.89 | 0.5 |
| Hex | BC | F0 | E | 16 | 0 | 5E | 6 | 4A | 59 | 32 |
| Octal | 274 | 360 | 16 | 26 | 0 | 136 | 6 | 112 | 131 | 62 |
| Binary | 10111100 | 11110000 | 1110 | 10110 | 0 | 1011110 | 110 | 1001010 | 1011001 | 110010 |
Color Harmonies of #BCF00E
Complementary color
Monochromatic Colors of #BCF00E
Black with #BCF00E
Text Example
Text Example
White with #BCF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF00E; }
p { color: rgb(188,240,14); }
H1.HeaderClassName
{
color: #BCF00E;
}
.AnyTagClassName
{
color: #BCF00E;
}
</style>
background-color css
<style>
a { background-color: #BCF00E; }
a { background-color: rgb(188,240,14); }
div.DivClassName
{
background-color: #BCF00E;
}
.BgClassName
{
background-color: #BCF00E;
}
</style>
border-color css
<style>
span { border-color: #BCF00E; }
span { border-color: rgb(188,240,14); }
td.TdClassName
{
border-color: #BCF00E;
}
.TagClassName
{
border-color: #BCF00E;
}
</style>