Shades of Inch Worm #BCF00C
Tints of Inch Worm #BCF00C
RGB
CMYK
RGB Variations
Color information
#BCF00C (or 0xBCF00C) is known color: Inch Worm. HEX triplet: BC, F0 and 0C. RGB value is (188,240,12). Sum of RGB (Red+Green+Blue) = 188+240+12=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF00C is #430FF3. Grayscale: #C7C7C7. Windows color (decimal): -4394996 or 848060. OLE color: 848060.
HSL color Cylindrical-coordinate representation of color #BCF00C: hue angle of 73.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCF00C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.06 |
| HSL | 73.68º | 0.9% | 0.49% | - |
| HSV(B) | 73.68º | 0.95% | 0.94% | - |
| XYZ | 51.97 | 73.04 | 11.71 | - |
| YUV | 198.46 | 22.77 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 12 | 0.22 | 0 | 0.95 | 0.06 | 73.68 | 0.9 | 0.49 |
| Hex | BC | F0 | C | 16 | 0 | 5F | 6 | 4A | 5A | 31 |
| Octal | 274 | 360 | 14 | 26 | 0 | 137 | 6 | 112 | 132 | 61 |
| Binary | 10111100 | 11110000 | 1100 | 10110 | 0 | 1011111 | 110 | 1001010 | 1011010 | 110001 |
Color Harmonies of #BCF00C
Complementary color
Monochromatic Colors of #BCF00C
Black with #BCF00C
Text Example
Text Example
White with #BCF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF00C; }
p { color: rgb(188,240,12); }
H1.HeaderClassName
{
color: #BCF00C;
}
.AnyTagClassName
{
color: #BCF00C;
}
</style>
background-color css
<style>
a { background-color: #BCF00C; }
a { background-color: rgb(188,240,12); }
div.DivClassName
{
background-color: #BCF00C;
}
.BgClassName
{
background-color: #BCF00C;
}
</style>
border-color css
<style>
span { border-color: #BCF00C; }
span { border-color: rgb(188,240,12); }
td.TdClassName
{
border-color: #BCF00C;
}
.TagClassName
{
border-color: #BCF00C;
}
</style>