Shades of Inch Worm #BCF51E
Tints of Inch Worm #BCF51E
RGB
CMYK
RGB Variations
Color information
#BCF51E (or 0xBCF51E) is known color: Inch Worm. HEX triplet: BC, F5 and 1E. RGB value is (188,245,30). Sum of RGB (Red+Green+Blue) = 188+245+30=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF51E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF51E is #430AE1. Grayscale: #CCCCCC. Windows color (decimal): -4393698 or 2028988. OLE color: 2028988.
HSL color Cylindrical-coordinate representation of color #BCF51E: hue angle of 75.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCF51E is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 30 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.04 |
| HSL | 75.91º | 0.91% | 0.54% | - |
| HSV(B) | 75.91º | 0.88% | 0.96% | - |
| XYZ | 53.63 | 76.09 | 13.09 | - |
| YUV | 203.45 | 30.12 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 30 | 0.23 | 0 | 0.88 | 0.04 | 75.91 | 0.91 | 0.54 |
| Hex | BC | F5 | 1E | 17 | 0 | 58 | 4 | 4C | 5B | 36 |
| Octal | 274 | 365 | 36 | 27 | 0 | 130 | 4 | 114 | 133 | 66 |
| Binary | 10111100 | 11110101 | 11110 | 10111 | 0 | 1011000 | 100 | 1001100 | 1011011 | 110110 |
Color Harmonies of #BCF51E
Complementary color
Monochromatic Colors of #BCF51E
Black with #BCF51E
Text Example
Text Example
White with #BCF51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF51E; }
p { color: rgb(188,245,30); }
H1.HeaderClassName
{
color: #BCF51E;
}
.AnyTagClassName
{
color: #BCF51E;
}
</style>
background-color css
<style>
a { background-color: #BCF51E; }
a { background-color: rgb(188,245,30); }
div.DivClassName
{
background-color: #BCF51E;
}
.BgClassName
{
background-color: #BCF51E;
}
</style>
border-color css
<style>
span { border-color: #BCF51E; }
span { border-color: rgb(188,245,30); }
td.TdClassName
{
border-color: #BCF51E;
}
.TagClassName
{
border-color: #BCF51E;
}
</style>