Shades of Inch Worm #BCDF0F
Tints of Inch Worm #BCDF0F
RGB
CMYK
RGB Variations
Color information
#BCDF0F (or 0xBCDF0F) is known color: Inch Worm. HEX triplet: BC, DF and 0F. RGB value is (188,223,15). Sum of RGB (Red+Green+Blue) = 188+223+15=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF0F is #4320F0. Grayscale: #BDBDBD. Windows color (decimal): -4399345 or 1040316. OLE color: 1040316.
HSL color Cylindrical-coordinate representation of color #BCDF0F: hue angle of 70.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCDF0F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.13 |
| HSL | 70.1º | 0.87% | 0.47% | - |
| HSV(B) | 70.1º | 0.93% | 0.87% | - |
| XYZ | 47.21 | 63.5 | 10.22 | - |
| YUV | 188.82 | 29.9 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 15 | 0.16 | 0 | 0.93 | 0.13 | 70.1 | 0.87 | 0.47 |
| Hex | BC | DF | F | 10 | 0 | 5D | D | 46 | 57 | 2F |
| Octal | 274 | 337 | 17 | 20 | 0 | 135 | 15 | 106 | 127 | 57 |
| Binary | 10111100 | 11011111 | 1111 | 10000 | 0 | 1011101 | 1101 | 1000110 | 1010111 | 101111 |
Color Harmonies of #BCDF0F
Complementary color
Monochromatic Colors of #BCDF0F
Black with #BCDF0F
Text Example
Text Example
White with #BCDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF0F; }
p { color: rgb(188,223,15); }
H1.HeaderClassName
{
color: #BCDF0F;
}
.AnyTagClassName
{
color: #BCDF0F;
}
</style>
background-color css
<style>
a { background-color: #BCDF0F; }
a { background-color: rgb(188,223,15); }
div.DivClassName
{
background-color: #BCDF0F;
}
.BgClassName
{
background-color: #BCDF0F;
}
</style>
border-color css
<style>
span { border-color: #BCDF0F; }
span { border-color: rgb(188,223,15); }
td.TdClassName
{
border-color: #BCDF0F;
}
.TagClassName
{
border-color: #BCDF0F;
}
</style>