Shades of Inch Worm #BCDF17
Tints of Inch Worm #BCDF17
RGB
CMYK
RGB Variations
Color information
#BCDF17 (or 0xBCDF17) is known color: Inch Worm. HEX triplet: BC, DF and 17. RGB value is (188,223,23). Sum of RGB (Red+Green+Blue) = 188+223+23=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF17 is #4320E8. Grayscale: #BEBEBE. Windows color (decimal): -4399337 or 1564604. OLE color: 1564604.
HSL color Cylindrical-coordinate representation of color #BCDF17: hue angle of 70.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCDF17 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 23 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.13 |
| HSL | 70.5º | 0.81% | 0.48% | - |
| HSV(B) | 70.5º | 0.9% | 0.87% | - |
| XYZ | 47.28 | 63.53 | 10.58 | - |
| YUV | 189.74 | 33.9 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 23 | 0.16 | 0 | 0.90 | 0.13 | 70.5 | 0.81 | 0.48 |
| Hex | BC | DF | 17 | 10 | 0 | 5A | D | 46 | 51 | 30 |
| Octal | 274 | 337 | 27 | 20 | 0 | 132 | 15 | 106 | 121 | 60 |
| Binary | 10111100 | 11011111 | 10111 | 10000 | 0 | 1011010 | 1101 | 1000110 | 1010001 | 110000 |
Color Harmonies of #BCDF17
Complementary color
Monochromatic Colors of #BCDF17
Black with #BCDF17
Text Example
Text Example
White with #BCDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF17; }
p { color: rgb(188,223,23); }
H1.HeaderClassName
{
color: #BCDF17;
}
.AnyTagClassName
{
color: #BCDF17;
}
</style>
background-color css
<style>
a { background-color: #BCDF17; }
a { background-color: rgb(188,223,23); }
div.DivClassName
{
background-color: #BCDF17;
}
.BgClassName
{
background-color: #BCDF17;
}
</style>
border-color css
<style>
span { border-color: #BCDF17; }
span { border-color: rgb(188,223,23); }
td.TdClassName
{
border-color: #BCDF17;
}
.TagClassName
{
border-color: #BCDF17;
}
</style>