Shades of Inch Worm #BCDF1E
Tints of Inch Worm #BCDF1E
RGB
CMYK
RGB Variations
Color information
#BCDF1E (or 0xBCDF1E) is known color: Inch Worm. HEX triplet: BC, DF and 1E. RGB value is (188,223,30). Sum of RGB (Red+Green+Blue) = 188+223+30=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF1E is #4320E1. Grayscale: #BFBFBF. Windows color (decimal): -4399330 or 2023356. OLE color: 2023356.
HSL color Cylindrical-coordinate representation of color #BCDF1E: hue angle of 70.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCDF1E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 30 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.13 |
| HSL | 70.88º | 0.76% | 0.5% | - |
| HSV(B) | 70.88º | 0.87% | 0.87% | - |
| XYZ | 47.36 | 63.56 | 11 | - |
| YUV | 190.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 30 | 0.16 | 0 | 0.87 | 0.13 | 70.88 | 0.76 | 0.5 |
| Hex | BC | DF | 1E | 10 | 0 | 57 | D | 47 | 4C | 32 |
| Octal | 274 | 337 | 36 | 20 | 0 | 127 | 15 | 107 | 114 | 62 |
| Binary | 10111100 | 11011111 | 11110 | 10000 | 0 | 1010111 | 1101 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BCDF1E
Complementary color
Monochromatic Colors of #BCDF1E
Black with #BCDF1E
Text Example
Text Example
White with #BCDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF1E; }
p { color: rgb(188,223,30); }
H1.HeaderClassName
{
color: #BCDF1E;
}
.AnyTagClassName
{
color: #BCDF1E;
}
</style>
background-color css
<style>
a { background-color: #BCDF1E; }
a { background-color: rgb(188,223,30); }
div.DivClassName
{
background-color: #BCDF1E;
}
.BgClassName
{
background-color: #BCDF1E;
}
</style>
border-color css
<style>
span { border-color: #BCDF1E; }
span { border-color: rgb(188,223,30); }
td.TdClassName
{
border-color: #BCDF1E;
}
.TagClassName
{
border-color: #BCDF1E;
}
</style>