Shades of Inch Worm #BCE71C
Tints of Inch Worm #BCE71C
RGB
CMYK
RGB Variations
Color information
#BCE71C (or 0xBCE71C) is known color: Inch Worm. HEX triplet: BC, E7 and 1C. RGB value is (188,231,28). Sum of RGB (Red+Green+Blue) = 188+231+28=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE71C is #4318E3. Grayscale: #C3C3C3. Windows color (decimal): -4397284 or 1894332. OLE color: 1894332.
HSL color Cylindrical-coordinate representation of color #BCE71C: hue angle of 72.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCE71C is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 28 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.09 |
| HSL | 72.71º | 0.81% | 0.51% | - |
| HSV(B) | 72.71º | 0.88% | 0.91% | - |
| XYZ | 49.52 | 67.93 | 11.6 | - |
| YUV | 195 | 33.75 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 28 | 0.19 | 0 | 0.88 | 0.09 | 72.71 | 0.81 | 0.51 |
| Hex | BC | E7 | 1C | 13 | 0 | 58 | 9 | 49 | 51 | 33 |
| Octal | 274 | 347 | 34 | 23 | 0 | 130 | 11 | 111 | 121 | 63 |
| Binary | 10111100 | 11100111 | 11100 | 10011 | 0 | 1011000 | 1001 | 1001001 | 1010001 | 110011 |
Color Harmonies of #BCE71C
Complementary color
Monochromatic Colors of #BCE71C
Black with #BCE71C
Text Example
Text Example
White with #BCE71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE71C; }
p { color: rgb(188,231,28); }
H1.HeaderClassName
{
color: #BCE71C;
}
.AnyTagClassName
{
color: #BCE71C;
}
</style>
background-color css
<style>
a { background-color: #BCE71C; }
a { background-color: rgb(188,231,28); }
div.DivClassName
{
background-color: #BCE71C;
}
.BgClassName
{
background-color: #BCE71C;
}
</style>
border-color css
<style>
span { border-color: #BCE71C; }
span { border-color: rgb(188,231,28); }
td.TdClassName
{
border-color: #BCE71C;
}
.TagClassName
{
border-color: #BCE71C;
}
</style>