Shades of Inch Worm #BCF30A
Tints of Inch Worm #BCF30A
RGB
CMYK
RGB Variations
Color information
#BCF30A (or 0xBCF30A) is known color: Inch Worm. HEX triplet: BC, F3 and 0A. RGB value is (188,243,10). Sum of RGB (Red+Green+Blue) = 188+243+10=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF30A is #430CF5. Grayscale: #C8C8C8. Windows color (decimal): -4394230 or 717756. OLE color: 717756.
HSL color Cylindrical-coordinate representation of color #BCF30A: hue angle of 74.16º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCF30A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.05 |
| HSL | 74.16º | 0.92% | 0.5% | - |
| HSV(B) | 74.16º | 0.96% | 0.95% | - |
| XYZ | 52.84 | 74.81 | 11.94 | - |
| YUV | 199.99 | 20.78 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 10 | 0.23 | 0 | 0.96 | 0.05 | 74.16 | 0.92 | 0.5 |
| Hex | BC | F3 | A | 17 | 0 | 60 | 5 | 4A | 5C | 32 |
| Octal | 274 | 363 | 12 | 27 | 0 | 140 | 5 | 112 | 134 | 62 |
| Binary | 10111100 | 11110011 | 1010 | 10111 | 0 | 1100000 | 101 | 1001010 | 1011100 | 110010 |
Color Harmonies of #BCF30A
Complementary color
Monochromatic Colors of #BCF30A
Black with #BCF30A
Text Example
Text Example
White with #BCF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF30A; }
p { color: rgb(188,243,10); }
H1.HeaderClassName
{
color: #BCF30A;
}
.AnyTagClassName
{
color: #BCF30A;
}
</style>
background-color css
<style>
a { background-color: #BCF30A; }
a { background-color: rgb(188,243,10); }
div.DivClassName
{
background-color: #BCF30A;
}
.BgClassName
{
background-color: #BCF30A;
}
</style>
border-color css
<style>
span { border-color: #BCF30A; }
span { border-color: rgb(188,243,10); }
td.TdClassName
{
border-color: #BCF30A;
}
.TagClassName
{
border-color: #BCF30A;
}
</style>