Shades of Inch Worm #BDD905
Tints of Inch Worm #BDD905
RGB
CMYK
RGB Variations
Color information
#BDD905 (or 0xBDD905) is known color: Inch Worm. HEX triplet: BD, D9 and 05. RGB value is (189,217,5). Sum of RGB (Red+Green+Blue) = 189+217+5=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD905 is #4226FA. Grayscale: #B9B9B9. Windows color (decimal): -4335355 or 383421. OLE color: 383421.
HSL color Cylindrical-coordinate representation of color #BDD905: hue angle of 67.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD905 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.15 |
| HSL | 67.92º | 0.95% | 0.44% | - |
| HSV(B) | 67.92º | 0.98% | 0.85% | - |
| XYZ | 45.83 | 60.46 | 9.4 | - |
| YUV | 184.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 5 | 0.13 | 0 | 0.98 | 0.15 | 67.92 | 0.95 | 0.44 |
| Hex | BD | D9 | 5 | D | 0 | 62 | F | 44 | 5F | 2C |
| Octal | 275 | 331 | 5 | 15 | 0 | 142 | 17 | 104 | 137 | 54 |
| Binary | 10111101 | 11011001 | 101 | 1101 | 0 | 1100010 | 1111 | 1000100 | 1011111 | 101100 |
Color Harmonies of #BDD905
Complementary color
Monochromatic Colors of #BDD905
Black with #BDD905
Text Example
Text Example
White with #BDD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD905; }
p { color: rgb(189,217,5); }
H1.HeaderClassName
{
color: #BDD905;
}
.AnyTagClassName
{
color: #BDD905;
}
</style>
background-color css
<style>
a { background-color: #BDD905; }
a { background-color: rgb(189,217,5); }
div.DivClassName
{
background-color: #BDD905;
}
.BgClassName
{
background-color: #BDD905;
}
</style>
border-color css
<style>
span { border-color: #BDD905; }
span { border-color: rgb(189,217,5); }
td.TdClassName
{
border-color: #BDD905;
}
.TagClassName
{
border-color: #BDD905;
}
</style>