Shades of Inch Worm #BCEC00
Tints of Inch Worm #BCEC00
RGB
CMYK
RGB Variations
Color information
#BCEC00 (or 0xBCEC00) is known color: Inch Worm. HEX triplet: BC, EC and 00. RGB value is (188,236,0). Sum of RGB (Red+Green+Blue) = 188+236+0=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC00 is #4313FF. Grayscale: #C3C3C3. Windows color (decimal): -4396032 or 60604. OLE color: 60604.
HSL color Cylindrical-coordinate representation of color #BCEC00: hue angle of 72.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCEC00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.07 |
| HSL | 72.2º | 1% | 0.46% | - |
| HSV(B) | 72.2º | 1% | 0.93% | - |
| XYZ | 50.73 | 70.68 | 10.97 | - |
| YUV | 194.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 0 | 0.20 | 0 | 1 | 0.07 | 72.2 | 1 | 0.46 |
| Hex | BC | EC | 0 | 14 | 0 | 64 | 7 | 48 | 64 | 2E |
| Octal | 274 | 354 | 0 | 24 | 0 | 144 | 7 | 110 | 144 | 56 |
| Binary | 10111100 | 11101100 | 0 | 10100 | 0 | 1100100 | 111 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BCEC00
Complementary color
Monochromatic Colors of #BCEC00
Black with #BCEC00
Text Example
Text Example
White with #BCEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC00; }
p { color: rgb(188,236,0); }
H1.HeaderClassName
{
color: #BCEC00;
}
.AnyTagClassName
{
color: #BCEC00;
}
</style>
background-color css
<style>
a { background-color: #BCEC00; }
a { background-color: rgb(188,236,0); }
div.DivClassName
{
background-color: #BCEC00;
}
.BgClassName
{
background-color: #BCEC00;
}
</style>
border-color css
<style>
span { border-color: #BCEC00; }
span { border-color: rgb(188,236,0); }
td.TdClassName
{
border-color: #BCEC00;
}
.TagClassName
{
border-color: #BCEC00;
}
</style>