Shades of Inch Worm #BCF81C
Tints of Inch Worm #BCF81C
RGB
CMYK
RGB Variations
Color information
#BCF81C (or 0xBCF81C) is known color: Inch Worm. HEX triplet: BC, F8 and 1C. RGB value is (188,248,28). Sum of RGB (Red+Green+Blue) = 188+248+28=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF81C is #4307E3. Grayscale: #CDCDCD. Windows color (decimal): -4392932 or 1898684. OLE color: 1898684.
HSL color Cylindrical-coordinate representation of color #BCF81C: hue angle of 76.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCF81C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 28 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.03 |
| HSL | 76.36º | 0.94% | 0.54% | - |
| HSV(B) | 76.36º | 0.89% | 0.97% | - |
| XYZ | 54.52 | 77.91 | 13.26 | - |
| YUV | 204.98 | 28.12 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 28 | 0.24 | 0 | 0.89 | 0.03 | 76.36 | 0.94 | 0.54 |
| Hex | BC | F8 | 1C | 18 | 0 | 59 | 3 | 4C | 5E | 36 |
| Octal | 274 | 370 | 34 | 30 | 0 | 131 | 3 | 114 | 136 | 66 |
| Binary | 10111100 | 11111000 | 11100 | 11000 | 0 | 1011001 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BCF81C
Complementary color
Monochromatic Colors of #BCF81C
Black with #BCF81C
Text Example
Text Example
White with #BCF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF81C; }
p { color: rgb(188,248,28); }
H1.HeaderClassName
{
color: #BCF81C;
}
.AnyTagClassName
{
color: #BCF81C;
}
</style>
background-color css
<style>
a { background-color: #BCF81C; }
a { background-color: rgb(188,248,28); }
div.DivClassName
{
background-color: #BCF81C;
}
.BgClassName
{
background-color: #BCF81C;
}
</style>
border-color css
<style>
span { border-color: #BCF81C; }
span { border-color: rgb(188,248,28); }
td.TdClassName
{
border-color: #BCF81C;
}
.TagClassName
{
border-color: #BCF81C;
}
</style>