Shades of Inch Worm #BCF913
Tints of Inch Worm #BCF913
RGB
CMYK
RGB Variations
Color information
#BCF913 (or 0xBCF913) is known color: Inch Worm. HEX triplet: BC, F9 and 13. RGB value is (188,249,19). Sum of RGB (Red+Green+Blue) = 188+249+19=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF913 is #4306EC. Grayscale: #CDCDCD. Windows color (decimal): -4392685 or 1309116. OLE color: 1309116.
HSL color Cylindrical-coordinate representation of color #BCF913: hue angle of 75.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCF913 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.02 |
| HSL | 75.91º | 0.95% | 0.53% | - |
| HSV(B) | 75.91º | 0.92% | 0.98% | - |
| XYZ | 54.73 | 78.49 | 12.88 | - |
| YUV | 204.54 | 23.29 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 19 | 0.24 | 0 | 0.92 | 0.02 | 75.91 | 0.95 | 0.53 |
| Hex | BC | F9 | 13 | 18 | 0 | 5C | 2 | 4C | 5F | 35 |
| Octal | 274 | 371 | 23 | 30 | 0 | 134 | 2 | 114 | 137 | 65 |
| Binary | 10111100 | 11111001 | 10011 | 11000 | 0 | 1011100 | 10 | 1001100 | 1011111 | 110101 |
Color Harmonies of #BCF913
Complementary color
Monochromatic Colors of #BCF913
Black with #BCF913
Text Example
Text Example
White with #BCF913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF913; }
p { color: rgb(188,249,19); }
H1.HeaderClassName
{
color: #BCF913;
}
.AnyTagClassName
{
color: #BCF913;
}
</style>
background-color css
<style>
a { background-color: #BCF913; }
a { background-color: rgb(188,249,19); }
div.DivClassName
{
background-color: #BCF913;
}
.BgClassName
{
background-color: #BCF913;
}
</style>
border-color css
<style>
span { border-color: #BCF913; }
span { border-color: rgb(188,249,19); }
td.TdClassName
{
border-color: #BCF913;
}
.TagClassName
{
border-color: #BCF913;
}
</style>