Shades of Inch Worm #BCE40F
Tints of Inch Worm #BCE40F
RGB
CMYK
RGB Variations
Color information
#BCE40F (or 0xBCE40F) is known color: Inch Worm. HEX triplet: BC, E4 and 0F. RGB value is (188,228,15). Sum of RGB (Red+Green+Blue) = 188+228+15=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE40F is #431BF0. Grayscale: #C0C0C0. Windows color (decimal): -4398065 or 1041596. OLE color: 1041596.
HSL color Cylindrical-coordinate representation of color #BCE40F: hue angle of 71.27º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE40F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.11 |
| HSL | 71.27º | 0.88% | 0.48% | - |
| HSV(B) | 71.27º | 0.93% | 0.89% | - |
| XYZ | 48.57 | 66.21 | 10.67 | - |
| YUV | 191.76 | 28.25 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 15 | 0.18 | 0 | 0.93 | 0.11 | 71.27 | 0.88 | 0.48 |
| Hex | BC | E4 | F | 12 | 0 | 5D | B | 47 | 58 | 30 |
| Octal | 274 | 344 | 17 | 22 | 0 | 135 | 13 | 107 | 130 | 60 |
| Binary | 10111100 | 11100100 | 1111 | 10010 | 0 | 1011101 | 1011 | 1000111 | 1011000 | 110000 |
Color Harmonies of #BCE40F
Complementary color
Monochromatic Colors of #BCE40F
Black with #BCE40F
Text Example
Text Example
White with #BCE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE40F; }
p { color: rgb(188,228,15); }
H1.HeaderClassName
{
color: #BCE40F;
}
.AnyTagClassName
{
color: #BCE40F;
}
</style>
background-color css
<style>
a { background-color: #BCE40F; }
a { background-color: rgb(188,228,15); }
div.DivClassName
{
background-color: #BCE40F;
}
.BgClassName
{
background-color: #BCE40F;
}
</style>
border-color css
<style>
span { border-color: #BCE40F; }
span { border-color: rgb(188,228,15); }
td.TdClassName
{
border-color: #BCE40F;
}
.TagClassName
{
border-color: #BCE40F;
}
</style>