Shades of Inch Worm #BCF212
Tints of Inch Worm #BCF212
RGB
CMYK
RGB Variations
Color information
#BCF212 (or 0xBCF212) is known color: Inch Worm. HEX triplet: BC, F2 and 12. RGB value is (188,242,18). Sum of RGB (Red+Green+Blue) = 188+242+18=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF212 is #430DED. Grayscale: #C9C9C9. Windows color (decimal): -4394478 or 1241788. OLE color: 1241788.
HSL color Cylindrical-coordinate representation of color #BCF212: hue angle of 74.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCF212 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.05 |
| HSL | 74.46º | 0.9% | 0.51% | - |
| HSV(B) | 74.46º | 0.93% | 0.95% | - |
| XYZ | 52.6 | 74.24 | 12.13 | - |
| YUV | 200.32 | 25.11 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 18 | 0.22 | 0 | 0.93 | 0.05 | 74.46 | 0.9 | 0.51 |
| Hex | BC | F2 | 12 | 16 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 274 | 362 | 22 | 26 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111100 | 11110010 | 10010 | 10110 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BCF212
Complementary color
Monochromatic Colors of #BCF212
Black with #BCF212
Text Example
Text Example
White with #BCF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF212; }
p { color: rgb(188,242,18); }
H1.HeaderClassName
{
color: #BCF212;
}
.AnyTagClassName
{
color: #BCF212;
}
</style>
background-color css
<style>
a { background-color: #BCF212; }
a { background-color: rgb(188,242,18); }
div.DivClassName
{
background-color: #BCF212;
}
.BgClassName
{
background-color: #BCF212;
}
</style>
border-color css
<style>
span { border-color: #BCF212; }
span { border-color: rgb(188,242,18); }
td.TdClassName
{
border-color: #BCF212;
}
.TagClassName
{
border-color: #BCF212;
}
</style>