Shades of Inch Worm #BCE40C
Tints of Inch Worm #BCE40C
RGB
CMYK
RGB Variations
Color information
#BCE40C (or 0xBCE40C) is known color: Inch Worm. HEX triplet: BC, E4 and 0C. RGB value is (188,228,12). Sum of RGB (Red+Green+Blue) = 188+228+12=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE40C is #431BF3. Grayscale: #C0C0C0. Windows color (decimal): -4398068 or 844988. OLE color: 844988.
HSL color Cylindrical-coordinate representation of color #BCE40C: hue angle of 71.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCE40C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.11 |
| HSL | 71.11º | 0.9% | 0.47% | - |
| HSV(B) | 71.11º | 0.95% | 0.89% | - |
| XYZ | 48.55 | 66.2 | 10.57 | - |
| YUV | 191.42 | 26.75 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 12 | 0.18 | 0 | 0.95 | 0.11 | 71.11 | 0.9 | 0.47 |
| Hex | BC | E4 | C | 12 | 0 | 5F | B | 47 | 5A | 2F |
| Octal | 274 | 344 | 14 | 22 | 0 | 137 | 13 | 107 | 132 | 57 |
| Binary | 10111100 | 11100100 | 1100 | 10010 | 0 | 1011111 | 1011 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BCE40C
Complementary color
Monochromatic Colors of #BCE40C
Black with #BCE40C
Text Example
Text Example
White with #BCE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE40C; }
p { color: rgb(188,228,12); }
H1.HeaderClassName
{
color: #BCE40C;
}
.AnyTagClassName
{
color: #BCE40C;
}
</style>
background-color css
<style>
a { background-color: #BCE40C; }
a { background-color: rgb(188,228,12); }
div.DivClassName
{
background-color: #BCE40C;
}
.BgClassName
{
background-color: #BCE40C;
}
</style>
border-color css
<style>
span { border-color: #BCE40C; }
span { border-color: rgb(188,228,12); }
td.TdClassName
{
border-color: #BCE40C;
}
.TagClassName
{
border-color: #BCE40C;
}
</style>