Shades of Inch Worm #BCED0D
Tints of Inch Worm #BCED0D
RGB
CMYK
RGB Variations
Color information
#BCED0D (or 0xBCED0D) is known color: Inch Worm. HEX triplet: BC, ED and 0D. RGB value is (188,237,13). Sum of RGB (Red+Green+Blue) = 188+237+13=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED0D is #4312F2. Grayscale: #C5C5C5. Windows color (decimal): -4395763 or 912828. OLE color: 912828.
HSL color Cylindrical-coordinate representation of color #BCED0D: hue angle of 73.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCED0D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.07 |
| HSL | 73.13º | 0.9% | 0.49% | - |
| HSV(B) | 73.13º | 0.95% | 0.93% | - |
| XYZ | 51.1 | 71.29 | 11.45 | - |
| YUV | 196.81 | 24.27 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 13 | 0.21 | 0 | 0.95 | 0.07 | 73.13 | 0.9 | 0.49 |
| Hex | BC | ED | D | 15 | 0 | 5F | 7 | 49 | 5A | 31 |
| Octal | 274 | 355 | 15 | 25 | 0 | 137 | 7 | 111 | 132 | 61 |
| Binary | 10111100 | 11101101 | 1101 | 10101 | 0 | 1011111 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BCED0D
Complementary color
Monochromatic Colors of #BCED0D
Black with #BCED0D
Text Example
Text Example
White with #BCED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED0D; }
p { color: rgb(188,237,13); }
H1.HeaderClassName
{
color: #BCED0D;
}
.AnyTagClassName
{
color: #BCED0D;
}
</style>
background-color css
<style>
a { background-color: #BCED0D; }
a { background-color: rgb(188,237,13); }
div.DivClassName
{
background-color: #BCED0D;
}
.BgClassName
{
background-color: #BCED0D;
}
</style>
border-color css
<style>
span { border-color: #BCED0D; }
span { border-color: rgb(188,237,13); }
td.TdClassName
{
border-color: #BCED0D;
}
.TagClassName
{
border-color: #BCED0D;
}
</style>