Shades of Inch Worm #BCED0F
Tints of Inch Worm #BCED0F
RGB
CMYK
RGB Variations
Color information
#BCED0F (or 0xBCED0F) is known color: Inch Worm. HEX triplet: BC, ED and 0F. RGB value is (188,237,15). Sum of RGB (Red+Green+Blue) = 188+237+15=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED0F is #4312F0. Grayscale: #C5C5C5. Windows color (decimal): -4395761 or 1043900. OLE color: 1043900.
HSL color Cylindrical-coordinate representation of color #BCED0F: hue angle of 73.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCED0F is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 15 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.07 |
| HSL | 73.24º | 0.88% | 0.49% | - |
| HSV(B) | 73.24º | 0.94% | 0.93% | - |
| XYZ | 51.11 | 71.29 | 11.52 | - |
| YUV | 197.04 | 25.27 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 15 | 0.21 | 0 | 0.94 | 0.07 | 73.24 | 0.88 | 0.49 |
| Hex | BC | ED | F | 15 | 0 | 5E | 7 | 49 | 58 | 31 |
| Octal | 274 | 355 | 17 | 25 | 0 | 136 | 7 | 111 | 130 | 61 |
| Binary | 10111100 | 11101101 | 1111 | 10101 | 0 | 1011110 | 111 | 1001001 | 1011000 | 110001 |
Color Harmonies of #BCED0F
Complementary color
Monochromatic Colors of #BCED0F
Black with #BCED0F
Text Example
Text Example
White with #BCED0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED0F; }
p { color: rgb(188,237,15); }
H1.HeaderClassName
{
color: #BCED0F;
}
.AnyTagClassName
{
color: #BCED0F;
}
</style>
background-color css
<style>
a { background-color: #BCED0F; }
a { background-color: rgb(188,237,15); }
div.DivClassName
{
background-color: #BCED0F;
}
.BgClassName
{
background-color: #BCED0F;
}
</style>
border-color css
<style>
span { border-color: #BCED0F; }
span { border-color: rgb(188,237,15); }
td.TdClassName
{
border-color: #BCED0F;
}
.TagClassName
{
border-color: #BCED0F;
}
</style>