Shades of Inch Worm #BDE210
Tints of Inch Worm #BDE210
RGB
CMYK
RGB Variations
Color information
#BDE210 (or 0xBDE210) is known color: Inch Worm. HEX triplet: BD, E2 and 10. RGB value is (189,226,16). Sum of RGB (Red+Green+Blue) = 189+226+16=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE210 is #421DEF. Grayscale: #BFBFBF. Windows color (decimal): -4333040 or 1106621. OLE color: 1106621.
HSL color Cylindrical-coordinate representation of color #BDE210: hue angle of 70.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE210 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.11 |
| HSL | 70.57º | 0.87% | 0.47% | - |
| HSV(B) | 70.57º | 0.93% | 0.89% | - |
| XYZ | 48.28 | 65.25 | 10.54 | - |
| YUV | 191 | 29.24 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 16 | 0.16 | 0 | 0.93 | 0.11 | 70.57 | 0.87 | 0.47 |
| Hex | BD | E2 | 10 | 10 | 0 | 5D | B | 47 | 57 | 2F |
| Octal | 275 | 342 | 20 | 20 | 0 | 135 | 13 | 107 | 127 | 57 |
| Binary | 10111101 | 11100010 | 10000 | 10000 | 0 | 1011101 | 1011 | 1000111 | 1010111 | 101111 |
Color Harmonies of #BDE210
Complementary color
Monochromatic Colors of #BDE210
Black with #BDE210
Text Example
Text Example
White with #BDE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE210; }
p { color: rgb(189,226,16); }
H1.HeaderClassName
{
color: #BDE210;
}
.AnyTagClassName
{
color: #BDE210;
}
</style>
background-color css
<style>
a { background-color: #BDE210; }
a { background-color: rgb(189,226,16); }
div.DivClassName
{
background-color: #BDE210;
}
.BgClassName
{
background-color: #BDE210;
}
</style>
border-color css
<style>
span { border-color: #BDE210; }
span { border-color: rgb(189,226,16); }
td.TdClassName
{
border-color: #BDE210;
}
.TagClassName
{
border-color: #BDE210;
}
</style>