Shades of Inch Worm #BCF00D
Tints of Inch Worm #BCF00D
RGB
CMYK
RGB Variations
Color information
#BCF00D (or 0xBCF00D) is known color: Inch Worm. HEX triplet: BC, F0 and 0D. RGB value is (188,240,13). Sum of RGB (Red+Green+Blue) = 188+240+13=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF00D is #430FF2. Grayscale: #C7C7C7. Windows color (decimal): -4394995 or 913596. OLE color: 913596.
HSL color Cylindrical-coordinate representation of color #BCF00D: hue angle of 73.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCF00D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.06 |
| HSL | 73.74º | 0.9% | 0.5% | - |
| HSV(B) | 73.74º | 0.95% | 0.94% | - |
| XYZ | 51.97 | 73.04 | 11.74 | - |
| YUV | 198.57 | 23.27 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 13 | 0.22 | 0 | 0.95 | 0.06 | 73.74 | 0.9 | 0.5 |
| Hex | BC | F0 | D | 16 | 0 | 5F | 6 | 4A | 5A | 32 |
| Octal | 274 | 360 | 15 | 26 | 0 | 137 | 6 | 112 | 132 | 62 |
| Binary | 10111100 | 11110000 | 1101 | 10110 | 0 | 1011111 | 110 | 1001010 | 1011010 | 110010 |
Color Harmonies of #BCF00D
Complementary color
Monochromatic Colors of #BCF00D
Black with #BCF00D
Text Example
Text Example
White with #BCF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF00D; }
p { color: rgb(188,240,13); }
H1.HeaderClassName
{
color: #BCF00D;
}
.AnyTagClassName
{
color: #BCF00D;
}
</style>
background-color css
<style>
a { background-color: #BCF00D; }
a { background-color: rgb(188,240,13); }
div.DivClassName
{
background-color: #BCF00D;
}
.BgClassName
{
background-color: #BCF00D;
}
</style>
border-color css
<style>
span { border-color: #BCF00D; }
span { border-color: rgb(188,240,13); }
td.TdClassName
{
border-color: #BCF00D;
}
.TagClassName
{
border-color: #BCF00D;
}
</style>