Shades of Inch Worm #BCDF1F
Tints of Inch Worm #BCDF1F
RGB
CMYK
RGB Variations
Color information
#BCDF1F (or 0xBCDF1F) is known color: Inch Worm. HEX triplet: BC, DF and 1F. RGB value is (188,223,31). Sum of RGB (Red+Green+Blue) = 188+223+31=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF1F is #4320E0. Grayscale: #BFBFBF. Windows color (decimal): -4399329 or 2088892. OLE color: 2088892.
HSL color Cylindrical-coordinate representation of color #BCDF1F: hue angle of 70.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCDF1F is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 31 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.13 |
| HSL | 70.94º | 0.76% | 0.5% | - |
| HSV(B) | 70.94º | 0.86% | 0.87% | - |
| XYZ | 47.37 | 63.57 | 11.07 | - |
| YUV | 190.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 31 | 0.16 | 0 | 0.86 | 0.13 | 70.94 | 0.76 | 0.5 |
| Hex | BC | DF | 1F | 10 | 0 | 56 | D | 47 | 4C | 32 |
| Octal | 274 | 337 | 37 | 20 | 0 | 126 | 15 | 107 | 114 | 62 |
| Binary | 10111100 | 11011111 | 11111 | 10000 | 0 | 1010110 | 1101 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BCDF1F
Complementary color
Monochromatic Colors of #BCDF1F
Black with #BCDF1F
Text Example
Text Example
White with #BCDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF1F; }
p { color: rgb(188,223,31); }
H1.HeaderClassName
{
color: #BCDF1F;
}
.AnyTagClassName
{
color: #BCDF1F;
}
</style>
background-color css
<style>
a { background-color: #BCDF1F; }
a { background-color: rgb(188,223,31); }
div.DivClassName
{
background-color: #BCDF1F;
}
.BgClassName
{
background-color: #BCDF1F;
}
</style>
border-color css
<style>
span { border-color: #BCDF1F; }
span { border-color: rgb(188,223,31); }
td.TdClassName
{
border-color: #BCDF1F;
}
.TagClassName
{
border-color: #BCDF1F;
}
</style>