Shades of Inch Worm #BCDF00
Tints of Inch Worm #BCDF00
RGB
CMYK
RGB Variations
Color information
#BCDF00 (or 0xBCDF00) is known color: Inch Worm. HEX triplet: BC, DF and 00. RGB value is (188,223,0). Sum of RGB (Red+Green+Blue) = 188+223+0=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF00 is #4320FF. Grayscale: #BBBBBB. Windows color (decimal): -4399360 or 57276. OLE color: 57276.
HSL color Cylindrical-coordinate representation of color #BCDF00: hue angle of 69.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCDF00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.13 |
| HSL | 69.42º | 1% | 0.44% | - |
| HSV(B) | 69.42º | 1% | 0.87% | - |
| XYZ | 47.13 | 63.47 | 9.77 | - |
| YUV | 187.11 | 22.4 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 0 | 0.16 | 0 | 1 | 0.13 | 69.42 | 1 | 0.44 |
| Hex | BC | DF | 0 | 10 | 0 | 64 | D | 45 | 64 | 2C |
| Octal | 274 | 337 | 0 | 20 | 0 | 144 | 15 | 105 | 144 | 54 |
| Binary | 10111100 | 11011111 | 0 | 10000 | 0 | 1100100 | 1101 | 1000101 | 1100100 | 101100 |
Color Harmonies of #BCDF00
Complementary color
Monochromatic Colors of #BCDF00
Black with #BCDF00
Text Example
Text Example
White with #BCDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF00; }
p { color: rgb(188,223,0); }
H1.HeaderClassName
{
color: #BCDF00;
}
.AnyTagClassName
{
color: #BCDF00;
}
</style>
background-color css
<style>
a { background-color: #BCDF00; }
a { background-color: rgb(188,223,0); }
div.DivClassName
{
background-color: #BCDF00;
}
.BgClassName
{
background-color: #BCDF00;
}
</style>
border-color css
<style>
span { border-color: #BCDF00; }
span { border-color: rgb(188,223,0); }
td.TdClassName
{
border-color: #BCDF00;
}
.TagClassName
{
border-color: #BCDF00;
}
</style>