Shades of Inch Worm #BCF30E
Tints of Inch Worm #BCF30E
RGB
CMYK
RGB Variations
Color information
#BCF30E (or 0xBCF30E) is known color: Inch Worm. HEX triplet: BC, F3 and 0E. RGB value is (188,243,14). Sum of RGB (Red+Green+Blue) = 188+243+14=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF30E is #430CF1. Grayscale: #C9C9C9. Windows color (decimal): -4394226 or 979900. OLE color: 979900.
HSL color Cylindrical-coordinate representation of color #BCF30E: hue angle of 74.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCF30E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.05 |
| HSL | 74.41º | 0.91% | 0.5% | - |
| HSV(B) | 74.41º | 0.94% | 0.95% | - |
| XYZ | 52.87 | 74.82 | 12.07 | - |
| YUV | 200.45 | 22.78 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 14 | 0.23 | 0 | 0.94 | 0.05 | 74.41 | 0.91 | 0.5 |
| Hex | BC | F3 | E | 17 | 0 | 5E | 5 | 4A | 5B | 32 |
| Octal | 274 | 363 | 16 | 27 | 0 | 136 | 5 | 112 | 133 | 62 |
| Binary | 10111100 | 11110011 | 1110 | 10111 | 0 | 1011110 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BCF30E
Complementary color
Monochromatic Colors of #BCF30E
Black with #BCF30E
Text Example
Text Example
White with #BCF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF30E; }
p { color: rgb(188,243,14); }
H1.HeaderClassName
{
color: #BCF30E;
}
.AnyTagClassName
{
color: #BCF30E;
}
</style>
background-color css
<style>
a { background-color: #BCF30E; }
a { background-color: rgb(188,243,14); }
div.DivClassName
{
background-color: #BCF30E;
}
.BgClassName
{
background-color: #BCF30E;
}
</style>
border-color css
<style>
span { border-color: #BCF30E; }
span { border-color: rgb(188,243,14); }
td.TdClassName
{
border-color: #BCF30E;
}
.TagClassName
{
border-color: #BCF30E;
}
</style>