Shades of Inch Worm #BDE105
Tints of Inch Worm #BDE105
RGB
CMYK
RGB Variations
Color information
#BDE105 (or 0xBDE105) is known color: Inch Worm. HEX triplet: BD, E1 and 05. RGB value is (189,225,5). Sum of RGB (Red+Green+Blue) = 189+225+5=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE105 is #421EFA. Grayscale: #BEBEBE. Windows color (decimal): -4333307 or 385469. OLE color: 385469.
HSL color Cylindrical-coordinate representation of color #BDE105: hue angle of 69.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDE105 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.12 |
| HSL | 69.82º | 0.96% | 0.45% | - |
| HSV(B) | 69.82º | 0.98% | 0.88% | - |
| XYZ | 47.94 | 64.68 | 10.1 | - |
| YUV | 189.16 | 24.07 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 5 | 0.16 | 0 | 0.98 | 0.12 | 69.82 | 0.96 | 0.45 |
| Hex | BD | E1 | 5 | 10 | 0 | 62 | C | 46 | 60 | 2D |
| Octal | 275 | 341 | 5 | 20 | 0 | 142 | 14 | 106 | 140 | 55 |
| Binary | 10111101 | 11100001 | 101 | 10000 | 0 | 1100010 | 1100 | 1000110 | 1100000 | 101101 |
Color Harmonies of #BDE105
Complementary color
Monochromatic Colors of #BDE105
Black with #BDE105
Text Example
Text Example
White with #BDE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE105; }
p { color: rgb(189,225,5); }
H1.HeaderClassName
{
color: #BDE105;
}
.AnyTagClassName
{
color: #BDE105;
}
</style>
background-color css
<style>
a { background-color: #BDE105; }
a { background-color: rgb(189,225,5); }
div.DivClassName
{
background-color: #BDE105;
}
.BgClassName
{
background-color: #BDE105;
}
</style>
border-color css
<style>
span { border-color: #BDE105; }
span { border-color: rgb(189,225,5); }
td.TdClassName
{
border-color: #BDE105;
}
.TagClassName
{
border-color: #BDE105;
}
</style>