Shades of Inch Worm #BCF018
Tints of Inch Worm #BCF018
RGB
CMYK
RGB Variations
Color information
#BCF018 (or 0xBCF018) is known color: Inch Worm. HEX triplet: BC, F0 and 18. RGB value is (188,240,24). Sum of RGB (Red+Green+Blue) = 188+240+24=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF018 is #430FE7. Grayscale: #C8C8C8. Windows color (decimal): -4394984 or 1634492. OLE color: 1634492.
HSL color Cylindrical-coordinate representation of color #BCF018: hue angle of 74.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCF018 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 24 | - |
| CMYK | 0.22 | 0 | 0.9 | 0.06 |
| HSL | 74.44º | 0.88% | 0.52% | - |
| HSV(B) | 74.44º | 0.9% | 0.94% | - |
| XYZ | 52.06 | 73.08 | 12.23 | - |
| YUV | 199.83 | 28.77 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 24 | 0.22 | 0 | 0.9 | 0.06 | 74.44 | 0.88 | 0.52 |
| Hex | BC | F0 | 18 | 16 | 0 | 5A | 6 | 4A | 58 | 34 |
| Octal | 274 | 360 | 30 | 26 | 0 | 132 | 6 | 112 | 130 | 64 |
| Binary | 10111100 | 11110000 | 11000 | 10110 | 0 | 1011010 | 110 | 1001010 | 1011000 | 110100 |
Color Harmonies of #BCF018
Complementary color
Monochromatic Colors of #BCF018
Black with #BCF018
Text Example
Text Example
White with #BCF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF018; }
p { color: rgb(188,240,24); }
H1.HeaderClassName
{
color: #BCF018;
}
.AnyTagClassName
{
color: #BCF018;
}
</style>
background-color css
<style>
a { background-color: #BCF018; }
a { background-color: rgb(188,240,24); }
div.DivClassName
{
background-color: #BCF018;
}
.BgClassName
{
background-color: #BCF018;
}
</style>
border-color css
<style>
span { border-color: #BCF018; }
span { border-color: rgb(188,240,24); }
td.TdClassName
{
border-color: #BCF018;
}
.TagClassName
{
border-color: #BCF018;
}
</style>