Shades of Inch Worm #BCE500
Tints of Inch Worm #BCE500
RGB
CMYK
RGB Variations
Color information
#BCE500 (or 0xBCE500) is known color: Inch Worm. HEX triplet: BC, E5 and 00. RGB value is (188,229,0). Sum of RGB (Red+Green+Blue) = 188+229+0=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE500 is #431AFF. Grayscale: #BFBFBF. Windows color (decimal): -4397824 or 58812. OLE color: 58812.
HSL color Cylindrical-coordinate representation of color #BCE500: hue angle of 70.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE500 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.10 |
| HSL | 70.74º | 1% | 0.45% | - |
| HSV(B) | 70.74º | 1% | 0.9% | - |
| XYZ | 48.76 | 66.73 | 10.31 | - |
| YUV | 190.64 | 20.42 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 0 | 0.18 | 0 | 1 | 0.10 | 70.74 | 1 | 0.45 |
| Hex | BC | E5 | 0 | 12 | 0 | 64 | A | 47 | 64 | 2D |
| Octal | 274 | 345 | 0 | 22 | 0 | 144 | 12 | 107 | 144 | 55 |
| Binary | 10111100 | 11100101 | 0 | 10010 | 0 | 1100100 | 1010 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BCE500
Complementary color
Monochromatic Colors of #BCE500
Black with #BCE500
Text Example
Text Example
White with #BCE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE500; }
p { color: rgb(188,229,0); }
H1.HeaderClassName
{
color: #BCE500;
}
.AnyTagClassName
{
color: #BCE500;
}
</style>
background-color css
<style>
a { background-color: #BCE500; }
a { background-color: rgb(188,229,0); }
div.DivClassName
{
background-color: #BCE500;
}
.BgClassName
{
background-color: #BCE500;
}
</style>
border-color css
<style>
span { border-color: #BCE500; }
span { border-color: rgb(188,229,0); }
td.TdClassName
{
border-color: #BCE500;
}
.TagClassName
{
border-color: #BCE500;
}
</style>