Shades of Inch Worm #BCE41C
Tints of Inch Worm #BCE41C
RGB
CMYK
RGB Variations
Color information
#BCE41C (or 0xBCE41C) is known color: Inch Worm. HEX triplet: BC, E4 and 1C. RGB value is (188,228,28). Sum of RGB (Red+Green+Blue) = 188+228+28=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE41C is #431BE3. Grayscale: #C2C2C2. Windows color (decimal): -4398052 or 1893564. OLE color: 1893564.
HSL color Cylindrical-coordinate representation of color #BCE41C: hue angle of 72º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCE41C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.11 |
| HSL | 72º | 0.79% | 0.5% | - |
| HSV(B) | 72º | 0.88% | 0.89% | - |
| XYZ | 48.69 | 66.26 | 11.32 | - |
| YUV | 193.24 | 34.75 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 28 | 0.18 | 0 | 0.88 | 0.11 | 72 | 0.79 | 0.5 |
| Hex | BC | E4 | 1C | 12 | 0 | 58 | B | 48 | 4F | 32 |
| Octal | 274 | 344 | 34 | 22 | 0 | 130 | 13 | 110 | 117 | 62 |
| Binary | 10111100 | 11100100 | 11100 | 10010 | 0 | 1011000 | 1011 | 1001000 | 1001111 | 110010 |
Color Harmonies of #BCE41C
Complementary color
Monochromatic Colors of #BCE41C
Black with #BCE41C
Text Example
Text Example
White with #BCE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE41C; }
p { color: rgb(188,228,28); }
H1.HeaderClassName
{
color: #BCE41C;
}
.AnyTagClassName
{
color: #BCE41C;
}
</style>
background-color css
<style>
a { background-color: #BCE41C; }
a { background-color: rgb(188,228,28); }
div.DivClassName
{
background-color: #BCE41C;
}
.BgClassName
{
background-color: #BCE41C;
}
</style>
border-color css
<style>
span { border-color: #BCE41C; }
span { border-color: rgb(188,228,28); }
td.TdClassName
{
border-color: #BCE41C;
}
.TagClassName
{
border-color: #BCE41C;
}
</style>