Shades of Inch Worm #BCE71E
Tints of Inch Worm #BCE71E
RGB
CMYK
RGB Variations
Color information
#BCE71E (or 0xBCE71E) is known color: Inch Worm. HEX triplet: BC, E7 and 1E. RGB value is (188,231,30). Sum of RGB (Red+Green+Blue) = 188+231+30=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE71E is #4318E1. Grayscale: #C3C3C3. Windows color (decimal): -4397282 or 2025404. OLE color: 2025404.
HSL color Cylindrical-coordinate representation of color #BCE71E: hue angle of 72.84º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCE71E is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 30 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.09 |
| HSL | 72.84º | 0.81% | 0.51% | - |
| HSV(B) | 72.84º | 0.87% | 0.91% | - |
| XYZ | 49.55 | 67.94 | 11.73 | - |
| YUV | 195.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 30 | 0.19 | 0 | 0.87 | 0.09 | 72.84 | 0.81 | 0.51 |
| Hex | BC | E7 | 1E | 13 | 0 | 57 | 9 | 49 | 51 | 33 |
| Octal | 274 | 347 | 36 | 23 | 0 | 127 | 11 | 111 | 121 | 63 |
| Binary | 10111100 | 11100111 | 11110 | 10011 | 0 | 1010111 | 1001 | 1001001 | 1010001 | 110011 |
Color Harmonies of #BCE71E
Complementary color
Monochromatic Colors of #BCE71E
Black with #BCE71E
Text Example
Text Example
White with #BCE71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE71E; }
p { color: rgb(188,231,30); }
H1.HeaderClassName
{
color: #BCE71E;
}
.AnyTagClassName
{
color: #BCE71E;
}
</style>
background-color css
<style>
a { background-color: #BCE71E; }
a { background-color: rgb(188,231,30); }
div.DivClassName
{
background-color: #BCE71E;
}
.BgClassName
{
background-color: #BCE71E;
}
</style>
border-color css
<style>
span { border-color: #BCE71E; }
span { border-color: rgb(188,231,30); }
td.TdClassName
{
border-color: #BCE71E;
}
.TagClassName
{
border-color: #BCE71E;
}
</style>