Shades of Inch Worm #BCEC04
Tints of Inch Worm #BCEC04
RGB
CMYK
RGB Variations
Color information
#BCEC04 (or 0xBCEC04) is known color: Inch Worm. HEX triplet: BC, EC and 04. RGB value is (188,236,4). Sum of RGB (Red+Green+Blue) = 188+236+4=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEC04 is #4313FB. Grayscale: #C4C4C4. Windows color (decimal): -4396028 or 322748. OLE color: 322748.
HSL color Cylindrical-coordinate representation of color #BCEC04: hue angle of 72.41º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCEC04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.07 |
| HSL | 72.41º | 0.97% | 0.47% | - |
| HSV(B) | 72.41º | 0.98% | 0.93% | - |
| XYZ | 50.76 | 70.69 | 11.08 | - |
| YUV | 195.2 | 20.1 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 4 | 0.20 | 0 | 0.98 | 0.07 | 72.41 | 0.97 | 0.47 |
| Hex | BC | EC | 4 | 14 | 0 | 62 | 7 | 48 | 61 | 2F |
| Octal | 274 | 354 | 4 | 24 | 0 | 142 | 7 | 110 | 141 | 57 |
| Binary | 10111100 | 11101100 | 100 | 10100 | 0 | 1100010 | 111 | 1001000 | 1100001 | 101111 |
Color Harmonies of #BCEC04
Complementary color
Monochromatic Colors of #BCEC04
Black with #BCEC04
Text Example
Text Example
White with #BCEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC04; }
p { color: rgb(188,236,4); }
H1.HeaderClassName
{
color: #BCEC04;
}
.AnyTagClassName
{
color: #BCEC04;
}
</style>
background-color css
<style>
a { background-color: #BCEC04; }
a { background-color: rgb(188,236,4); }
div.DivClassName
{
background-color: #BCEC04;
}
.BgClassName
{
background-color: #BCEC04;
}
</style>
border-color css
<style>
span { border-color: #BCEC04; }
span { border-color: rgb(188,236,4); }
td.TdClassName
{
border-color: #BCEC04;
}
.TagClassName
{
border-color: #BCEC04;
}
</style>