Shades of Inch Worm #BDD915
Tints of Inch Worm #BDD915
RGB
CMYK
RGB Variations
Color information
#BDD915 (or 0xBDD915) is known color: Inch Worm. HEX triplet: BD, D9 and 15. RGB value is (189,217,21). Sum of RGB (Red+Green+Blue) = 189+217+21=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD915 is #4226EA. Grayscale: #BBBBBB. Windows color (decimal): -4335339 or 1431997. OLE color: 1431997.
HSL color Cylindrical-coordinate representation of color #BDD915: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD915 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 21 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.15 |
| HSL | 68.57º | 0.82% | 0.47% | - |
| HSV(B) | 68.57º | 0.9% | 0.85% | - |
| XYZ | 45.93 | 60.5 | 9.97 | - |
| YUV | 186.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 21 | 0.13 | 0 | 0.90 | 0.15 | 68.57 | 0.82 | 0.47 |
| Hex | BD | D9 | 15 | D | 0 | 5A | F | 45 | 52 | 2F |
| Octal | 275 | 331 | 25 | 15 | 0 | 132 | 17 | 105 | 122 | 57 |
| Binary | 10111101 | 11011001 | 10101 | 1101 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BDD915
Complementary color
Monochromatic Colors of #BDD915
Black with #BDD915
Text Example
Text Example
White with #BDD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD915; }
p { color: rgb(189,217,21); }
H1.HeaderClassName
{
color: #BDD915;
}
.AnyTagClassName
{
color: #BDD915;
}
</style>
background-color css
<style>
a { background-color: #BDD915; }
a { background-color: rgb(189,217,21); }
div.DivClassName
{
background-color: #BDD915;
}
.BgClassName
{
background-color: #BDD915;
}
</style>
border-color css
<style>
span { border-color: #BDD915; }
span { border-color: rgb(189,217,21); }
td.TdClassName
{
border-color: #BDD915;
}
.TagClassName
{
border-color: #BDD915;
}
</style>