Shades of Inch Worm #BCF223
Tints of Inch Worm #BCF223
RGB
CMYK
RGB Variations
Color information
#BCF223 (or 0xBCF223) is known color: Inch Worm. HEX triplet: BC, F2 and 23. RGB value is (188,242,35). Sum of RGB (Red+Green+Blue) = 188+242+35=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF223 is #430DDC. Grayscale: #CBCBCB. Windows color (decimal): -4394461 or 2355900. OLE color: 2355900.
HSL color Cylindrical-coordinate representation of color #BCF223: hue angle of 75.65º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCF223 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 35 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.05 |
| HSL | 75.65º | 0.89% | 0.54% | - |
| HSV(B) | 75.65º | 0.86% | 0.95% | - |
| XYZ | 52.79 | 74.32 | 13.15 | - |
| YUV | 202.26 | 33.61 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 35 | 0.22 | 0 | 0.86 | 0.05 | 75.65 | 0.89 | 0.54 |
| Hex | BC | F2 | 23 | 16 | 0 | 56 | 5 | 4C | 59 | 36 |
| Octal | 274 | 362 | 43 | 26 | 0 | 126 | 5 | 114 | 131 | 66 |
| Binary | 10111100 | 11110010 | 100011 | 10110 | 0 | 1010110 | 101 | 1001100 | 1011001 | 110110 |
Color Harmonies of #BCF223
Complementary color
Monochromatic Colors of #BCF223
Black with #BCF223
Text Example
Text Example
White with #BCF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF223; }
p { color: rgb(188,242,35); }
H1.HeaderClassName
{
color: #BCF223;
}
.AnyTagClassName
{
color: #BCF223;
}
</style>
background-color css
<style>
a { background-color: #BCF223; }
a { background-color: rgb(188,242,35); }
div.DivClassName
{
background-color: #BCF223;
}
.BgClassName
{
background-color: #BCF223;
}
</style>
border-color css
<style>
span { border-color: #BCF223; }
span { border-color: rgb(188,242,35); }
td.TdClassName
{
border-color: #BCF223;
}
.TagClassName
{
border-color: #BCF223;
}
</style>