Shades of Inch Worm #BCF20D
Tints of Inch Worm #BCF20D
RGB
CMYK
RGB Variations
Color information
#BCF20D (or 0xBCF20D) is known color: Inch Worm. HEX triplet: BC, F2 and 0D. RGB value is (188,242,13). Sum of RGB (Red+Green+Blue) = 188+242+13=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF20D is #430DF2. Grayscale: #C8C8C8. Windows color (decimal): -4394483 or 914108. OLE color: 914108.
HSL color Cylindrical-coordinate representation of color #BCF20D: hue angle of 74.15º degrees, saturation: 0.9, 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 #BCF20D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 74.15º | 0.9% | 0.5% | - |
| HSV(B) | 74.15º | 0.95% | 0.95% | - |
| XYZ | 52.56 | 74.22 | 11.94 | - |
| YUV | 199.75 | 22.61 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 13 | 0.22 | 0 | 0.95 | 0.05 | 74.15 | 0.9 | 0.5 |
| Hex | BC | F2 | D | 16 | 0 | 5F | 5 | 4A | 5A | 32 |
| Octal | 274 | 362 | 15 | 26 | 0 | 137 | 5 | 112 | 132 | 62 |
| Binary | 10111100 | 11110010 | 1101 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011010 | 110010 |
Color Harmonies of #BCF20D
Complementary color
Monochromatic Colors of #BCF20D
Black with #BCF20D
Text Example
Text Example
White with #BCF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF20D; }
p { color: rgb(188,242,13); }
H1.HeaderClassName
{
color: #BCF20D;
}
.AnyTagClassName
{
color: #BCF20D;
}
</style>
background-color css
<style>
a { background-color: #BCF20D; }
a { background-color: rgb(188,242,13); }
div.DivClassName
{
background-color: #BCF20D;
}
.BgClassName
{
background-color: #BCF20D;
}
</style>
border-color css
<style>
span { border-color: #BCF20D; }
span { border-color: rgb(188,242,13); }
td.TdClassName
{
border-color: #BCF20D;
}
.TagClassName
{
border-color: #BCF20D;
}
</style>