Shades of Inch Worm #BDD815
Tints of Inch Worm #BDD815
RGB
CMYK
RGB Variations
Color information
#BDD815 (or 0xBDD815) is known color: Inch Worm. HEX triplet: BD, D8 and 15. RGB value is (189,216,21). Sum of RGB (Red+Green+Blue) = 189+216+21=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD815 is #4227EA. Grayscale: #BABABA. Windows color (decimal): -4335595 or 1431741. OLE color: 1431741.
HSL color Cylindrical-coordinate representation of color #BDD815: hue angle of 68.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD815 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 68.31º | 0.82% | 0.46% | - |
| HSV(B) | 68.31º | 0.9% | 0.85% | - |
| XYZ | 45.68 | 59.98 | 9.88 | - |
| YUV | 185.7 | 35.05 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 21 | 0.12 | 0 | 0.90 | 0.15 | 68.31 | 0.82 | 0.46 |
| Hex | BD | D8 | 15 | C | 0 | 5A | F | 44 | 52 | 2E |
| Octal | 275 | 330 | 25 | 14 | 0 | 132 | 17 | 104 | 122 | 56 |
| Binary | 10111101 | 11011000 | 10101 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101110 |
Color Harmonies of #BDD815
Complementary color
Monochromatic Colors of #BDD815
Black with #BDD815
Text Example
Text Example
White with #BDD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD815; }
p { color: rgb(189,216,21); }
H1.HeaderClassName
{
color: #BDD815;
}
.AnyTagClassName
{
color: #BDD815;
}
</style>
background-color css
<style>
a { background-color: #BDD815; }
a { background-color: rgb(189,216,21); }
div.DivClassName
{
background-color: #BDD815;
}
.BgClassName
{
background-color: #BDD815;
}
</style>
border-color css
<style>
span { border-color: #BDD815; }
span { border-color: rgb(189,216,21); }
td.TdClassName
{
border-color: #BDD815;
}
.TagClassName
{
border-color: #BDD815;
}
</style>