Shades of Inch Worm #BCE300
Tints of Inch Worm #BCE300
RGB
CMYK
RGB Variations
Color information
#BCE300 (or 0xBCE300) is known color: Inch Worm. HEX triplet: BC, E3 and 00. RGB value is (188,227,0). Sum of RGB (Red+Green+Blue) = 188+227+0=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE300 is #431CFF. Grayscale: #BEBEBE. Windows color (decimal): -4398336 or 58300. OLE color: 58300.
HSL color Cylindrical-coordinate representation of color #BCE300: hue angle of 70.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE300 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.11 |
| HSL | 70.31º | 1% | 0.45% | - |
| HSV(B) | 70.31º | 1% | 0.89% | - |
| XYZ | 48.21 | 65.63 | 10.13 | - |
| YUV | 189.46 | 21.08 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 0 | 0.17 | 0 | 1 | 0.11 | 70.31 | 1 | 0.45 |
| Hex | BC | E3 | 0 | 11 | 0 | 64 | B | 46 | 64 | 2D |
| Octal | 274 | 343 | 0 | 21 | 0 | 144 | 13 | 106 | 144 | 55 |
| Binary | 10111100 | 11100011 | 0 | 10001 | 0 | 1100100 | 1011 | 1000110 | 1100100 | 101101 |
Color Harmonies of #BCE300
Complementary color
Monochromatic Colors of #BCE300
Black with #BCE300
Text Example
Text Example
White with #BCE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE300; }
p { color: rgb(188,227,0); }
H1.HeaderClassName
{
color: #BCE300;
}
.AnyTagClassName
{
color: #BCE300;
}
</style>
background-color css
<style>
a { background-color: #BCE300; }
a { background-color: rgb(188,227,0); }
div.DivClassName
{
background-color: #BCE300;
}
.BgClassName
{
background-color: #BCE300;
}
</style>
border-color css
<style>
span { border-color: #BCE300; }
span { border-color: rgb(188,227,0); }
td.TdClassName
{
border-color: #BCE300;
}
.TagClassName
{
border-color: #BCE300;
}
</style>