Shades of Inch Worm #BCEE11
Tints of Inch Worm #BCEE11
RGB
CMYK
RGB Variations
Color information
#BCEE11 (or 0xBCEE11) is known color: Inch Worm. HEX triplet: BC, EE and 11. RGB value is (188,238,17). Sum of RGB (Red+Green+Blue) = 188+238+17=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEE11 is #4311EE. Grayscale: #C6C6C6. Windows color (decimal): -4395503 or 1175228. OLE color: 1175228.
HSL color Cylindrical-coordinate representation of color #BCEE11: hue angle of 73.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCEE11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.07 |
| HSL | 73.57º | 0.87% | 0.5% | - |
| HSV(B) | 73.57º | 0.93% | 0.93% | - |
| XYZ | 51.41 | 71.88 | 11.69 | - |
| YUV | 197.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 17 | 0.21 | 0 | 0.93 | 0.07 | 73.57 | 0.87 | 0.5 |
| Hex | BC | EE | 11 | 15 | 0 | 5D | 7 | 4A | 57 | 32 |
| Octal | 274 | 356 | 21 | 25 | 0 | 135 | 7 | 112 | 127 | 62 |
| Binary | 10111100 | 11101110 | 10001 | 10101 | 0 | 1011101 | 111 | 1001010 | 1010111 | 110010 |
Color Harmonies of #BCEE11
Complementary color
Monochromatic Colors of #BCEE11
Black with #BCEE11
Text Example
Text Example
White with #BCEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEE11; }
p { color: rgb(188,238,17); }
H1.HeaderClassName
{
color: #BCEE11;
}
.AnyTagClassName
{
color: #BCEE11;
}
</style>
background-color css
<style>
a { background-color: #BCEE11; }
a { background-color: rgb(188,238,17); }
div.DivClassName
{
background-color: #BCEE11;
}
.BgClassName
{
background-color: #BCEE11;
}
</style>
border-color css
<style>
span { border-color: #BCEE11; }
span { border-color: rgb(188,238,17); }
td.TdClassName
{
border-color: #BCEE11;
}
.TagClassName
{
border-color: #BCEE11;
}
</style>