Shades of Inch Worm #BCED12
Tints of Inch Worm #BCED12
RGB
CMYK
RGB Variations
Color information
#BCED12 (or 0xBCED12) is known color: Inch Worm. HEX triplet: BC, ED and 12. RGB value is (188,237,18). Sum of RGB (Red+Green+Blue) = 188+237+18=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED12 is #4312ED. Grayscale: #C6C6C6. Windows color (decimal): -4395758 or 1240508. OLE color: 1240508.
HSL color Cylindrical-coordinate representation of color #BCED12: hue angle of 73.42º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCED12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.07 |
| HSL | 73.42º | 0.86% | 0.5% | - |
| HSV(B) | 73.42º | 0.92% | 0.93% | - |
| XYZ | 51.13 | 71.3 | 11.64 | - |
| YUV | 197.38 | 26.77 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 18 | 0.21 | 0 | 0.92 | 0.07 | 73.42 | 0.86 | 0.5 |
| Hex | BC | ED | 12 | 15 | 0 | 5C | 7 | 49 | 56 | 32 |
| Octal | 274 | 355 | 22 | 25 | 0 | 134 | 7 | 111 | 126 | 62 |
| Binary | 10111100 | 11101101 | 10010 | 10101 | 0 | 1011100 | 111 | 1001001 | 1010110 | 110010 |
Color Harmonies of #BCED12
Complementary color
Monochromatic Colors of #BCED12
Black with #BCED12
Text Example
Text Example
White with #BCED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED12; }
p { color: rgb(188,237,18); }
H1.HeaderClassName
{
color: #BCED12;
}
.AnyTagClassName
{
color: #BCED12;
}
</style>
background-color css
<style>
a { background-color: #BCED12; }
a { background-color: rgb(188,237,18); }
div.DivClassName
{
background-color: #BCED12;
}
.BgClassName
{
background-color: #BCED12;
}
</style>
border-color css
<style>
span { border-color: #BCED12; }
span { border-color: rgb(188,237,18); }
td.TdClassName
{
border-color: #BCED12;
}
.TagClassName
{
border-color: #BCED12;
}
</style>