Shades of Inch Worm #BDE110
Tints of Inch Worm #BDE110
RGB
CMYK
RGB Variations
Color information
#BDE110 (or 0xBDE110) is known color: Inch Worm. HEX triplet: BD, E1 and 10. RGB value is (189,225,16). Sum of RGB (Red+Green+Blue) = 189+225+16=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE110 is #421EEF. Grayscale: #BFBFBF. Windows color (decimal): -4333296 or 1106365. OLE color: 1106365.
HSL color Cylindrical-coordinate representation of color #BDE110: hue angle of 70.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE110 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.12 |
| HSL | 70.33º | 0.87% | 0.47% | - |
| HSV(B) | 70.33º | 0.93% | 0.88% | - |
| XYZ | 48.01 | 64.71 | 10.45 | - |
| YUV | 190.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 16 | 0.16 | 0 | 0.93 | 0.12 | 70.33 | 0.87 | 0.47 |
| Hex | BD | E1 | 10 | 10 | 0 | 5D | C | 46 | 57 | 2F |
| Octal | 275 | 341 | 20 | 20 | 0 | 135 | 14 | 106 | 127 | 57 |
| Binary | 10111101 | 11100001 | 10000 | 10000 | 0 | 1011101 | 1100 | 1000110 | 1010111 | 101111 |
Color Harmonies of #BDE110
Complementary color
Monochromatic Colors of #BDE110
Black with #BDE110
Text Example
Text Example
White with #BDE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE110; }
p { color: rgb(189,225,16); }
H1.HeaderClassName
{
color: #BDE110;
}
.AnyTagClassName
{
color: #BDE110;
}
</style>
background-color css
<style>
a { background-color: #BDE110; }
a { background-color: rgb(189,225,16); }
div.DivClassName
{
background-color: #BDE110;
}
.BgClassName
{
background-color: #BDE110;
}
</style>
border-color css
<style>
span { border-color: #BDE110; }
span { border-color: rgb(189,225,16); }
td.TdClassName
{
border-color: #BDE110;
}
.TagClassName
{
border-color: #BDE110;
}
</style>