Shades of Inch Worm #BCDD00
Tints of Inch Worm #BCDD00
RGB
CMYK
RGB Variations
Color information
#BCDD00 (or 0xBCDD00) is known color: Inch Worm. HEX triplet: BC, DD and 00. RGB value is (188,221,0). Sum of RGB (Red+Green+Blue) = 188+221+0=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD00 is #4322FF. Grayscale: #BABABA. Windows color (decimal): -4399872 or 56764. OLE color: 56764.
HSL color Cylindrical-coordinate representation of color #BCDD00: hue angle of 68.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCDD00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.13 |
| HSL | 68.96º | 1% | 0.43% | - |
| HSV(B) | 68.96º | 1% | 0.87% | - |
| XYZ | 46.6 | 62.4 | 9.59 | - |
| YUV | 185.94 | 23.07 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 0 | 0.15 | 0 | 1 | 0.13 | 68.96 | 1 | 0.43 |
| Hex | BC | DD | 0 | F | 0 | 64 | D | 45 | 64 | 2B |
| Octal | 274 | 335 | 0 | 17 | 0 | 144 | 15 | 105 | 144 | 53 |
| Binary | 10111100 | 11011101 | 0 | 1111 | 0 | 1100100 | 1101 | 1000101 | 1100100 | 101011 |
Color Harmonies of #BCDD00
Complementary color
Monochromatic Colors of #BCDD00
Black with #BCDD00
Text Example
Text Example
White with #BCDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD00; }
p { color: rgb(188,221,0); }
H1.HeaderClassName
{
color: #BCDD00;
}
.AnyTagClassName
{
color: #BCDD00;
}
</style>
background-color css
<style>
a { background-color: #BCDD00; }
a { background-color: rgb(188,221,0); }
div.DivClassName
{
background-color: #BCDD00;
}
.BgClassName
{
background-color: #BCDD00;
}
</style>
border-color css
<style>
span { border-color: #BCDD00; }
span { border-color: rgb(188,221,0); }
td.TdClassName
{
border-color: #BCDD00;
}
.TagClassName
{
border-color: #BCDD00;
}
</style>