Shades of Inch Worm #BCF20C
Tints of Inch Worm #BCF20C
RGB
CMYK
RGB Variations
Color information
#BCF20C (or 0xBCF20C) is known color: Inch Worm. HEX triplet: BC, F2 and 0C. RGB value is (188,242,12). Sum of RGB (Red+Green+Blue) = 188+242+12=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF20C is #430DF3. Grayscale: #C8C8C8. Windows color (decimal): -4394484 or 848572. OLE color: 848572.
HSL color Cylindrical-coordinate representation of color #BCF20C: hue angle of 74.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCF20C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 74.09º | 0.91% | 0.5% | - |
| HSV(B) | 74.09º | 0.95% | 0.95% | - |
| XYZ | 52.56 | 74.22 | 11.9 | - |
| YUV | 199.63 | 22.11 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 12 | 0.22 | 0 | 0.95 | 0.05 | 74.09 | 0.91 | 0.5 |
| Hex | BC | F2 | C | 16 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 274 | 362 | 14 | 26 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111100 | 11110010 | 1100 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BCF20C
Complementary color
Monochromatic Colors of #BCF20C
Black with #BCF20C
Text Example
Text Example
White with #BCF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF20C; }
p { color: rgb(188,242,12); }
H1.HeaderClassName
{
color: #BCF20C;
}
.AnyTagClassName
{
color: #BCF20C;
}
</style>
background-color css
<style>
a { background-color: #BCF20C; }
a { background-color: rgb(188,242,12); }
div.DivClassName
{
background-color: #BCF20C;
}
.BgClassName
{
background-color: #BCF20C;
}
</style>
border-color css
<style>
span { border-color: #BCF20C; }
span { border-color: rgb(188,242,12); }
td.TdClassName
{
border-color: #BCF20C;
}
.TagClassName
{
border-color: #BCF20C;
}
</style>