Shades of Inch Worm #BCDF0C
Tints of Inch Worm #BCDF0C
RGB
CMYK
RGB Variations
Color information
#BCDF0C (or 0xBCDF0C) is known color: Inch Worm. HEX triplet: BC, DF and 0C. RGB value is (188,223,12). Sum of RGB (Red+Green+Blue) = 188+223+12=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF0C is #4320F3. Grayscale: #BDBDBD. Windows color (decimal): -4399348 or 843708. OLE color: 843708.
HSL color Cylindrical-coordinate representation of color #BCDF0C: hue angle of 69.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCDF0C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.13 |
| HSL | 69.95º | 0.9% | 0.46% | - |
| HSV(B) | 69.95º | 0.95% | 0.87% | - |
| XYZ | 47.19 | 63.49 | 10.12 | - |
| YUV | 188.48 | 28.4 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 12 | 0.16 | 0 | 0.95 | 0.13 | 69.95 | 0.9 | 0.46 |
| Hex | BC | DF | C | 10 | 0 | 5F | D | 46 | 5A | 2E |
| Octal | 274 | 337 | 14 | 20 | 0 | 137 | 15 | 106 | 132 | 56 |
| Binary | 10111100 | 11011111 | 1100 | 10000 | 0 | 1011111 | 1101 | 1000110 | 1011010 | 101110 |
Color Harmonies of #BCDF0C
Complementary color
Monochromatic Colors of #BCDF0C
Black with #BCDF0C
Text Example
Text Example
White with #BCDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF0C; }
p { color: rgb(188,223,12); }
H1.HeaderClassName
{
color: #BCDF0C;
}
.AnyTagClassName
{
color: #BCDF0C;
}
</style>
background-color css
<style>
a { background-color: #BCDF0C; }
a { background-color: rgb(188,223,12); }
div.DivClassName
{
background-color: #BCDF0C;
}
.BgClassName
{
background-color: #BCDF0C;
}
</style>
border-color css
<style>
span { border-color: #BCDF0C; }
span { border-color: rgb(188,223,12); }
td.TdClassName
{
border-color: #BCDF0C;
}
.TagClassName
{
border-color: #BCDF0C;
}
</style>