Shades of Inch Worm #BCE711
Tints of Inch Worm #BCE711
RGB
CMYK
RGB Variations
Color information
#BCE711 (or 0xBCE711) is known color: Inch Worm. HEX triplet: BC, E7 and 11. RGB value is (188,231,17). Sum of RGB (Red+Green+Blue) = 188+231+17=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE711 is #4318EE. Grayscale: #C2C2C2. Windows color (decimal): -4397295 or 1173436. OLE color: 1173436.
HSL color Cylindrical-coordinate representation of color #BCE711: hue angle of 72.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE711 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.09 |
| HSL | 72.06º | 0.86% | 0.49% | - |
| HSV(B) | 72.06º | 0.93% | 0.91% | - |
| XYZ | 49.42 | 67.88 | 11.03 | - |
| YUV | 193.75 | 28.25 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 17 | 0.19 | 0 | 0.93 | 0.09 | 72.06 | 0.86 | 0.49 |
| Hex | BC | E7 | 11 | 13 | 0 | 5D | 9 | 48 | 56 | 31 |
| Octal | 274 | 347 | 21 | 23 | 0 | 135 | 11 | 110 | 126 | 61 |
| Binary | 10111100 | 11100111 | 10001 | 10011 | 0 | 1011101 | 1001 | 1001000 | 1010110 | 110001 |
Color Harmonies of #BCE711
Complementary color
Monochromatic Colors of #BCE711
Black with #BCE711
Text Example
Text Example
White with #BCE711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE711; }
p { color: rgb(188,231,17); }
H1.HeaderClassName
{
color: #BCE711;
}
.AnyTagClassName
{
color: #BCE711;
}
</style>
background-color css
<style>
a { background-color: #BCE711; }
a { background-color: rgb(188,231,17); }
div.DivClassName
{
background-color: #BCE711;
}
.BgClassName
{
background-color: #BCE711;
}
</style>
border-color css
<style>
span { border-color: #BCE711; }
span { border-color: rgb(188,231,17); }
td.TdClassName
{
border-color: #BCE711;
}
.TagClassName
{
border-color: #BCE711;
}
</style>