Shades of Inch Worm #BDD814
Tints of Inch Worm #BDD814
RGB
CMYK
RGB Variations
Color information
#BDD814 (or 0xBDD814) is known color: Inch Worm. HEX triplet: BD, D8 and 14. RGB value is (189,216,20). Sum of RGB (Red+Green+Blue) = 189+216+20=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD814 is #4227EB. Grayscale: #BABABA. Windows color (decimal): -4335596 or 1366205. OLE color: 1366205.
HSL color Cylindrical-coordinate representation of color #BDD814: hue angle of 68.27º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDD814 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.15 |
| HSL | 68.27º | 0.83% | 0.46% | - |
| HSV(B) | 68.27º | 0.91% | 0.85% | - |
| XYZ | 45.67 | 59.98 | 9.83 | - |
| YUV | 185.58 | 34.55 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 20 | 0.12 | 0 | 0.91 | 0.15 | 68.27 | 0.83 | 0.46 |
| Hex | BD | D8 | 14 | C | 0 | 5B | F | 44 | 53 | 2E |
| Octal | 275 | 330 | 24 | 14 | 0 | 133 | 17 | 104 | 123 | 56 |
| Binary | 10111101 | 11011000 | 10100 | 1100 | 0 | 1011011 | 1111 | 1000100 | 1010011 | 101110 |
Color Harmonies of #BDD814
Complementary color
Monochromatic Colors of #BDD814
Black with #BDD814
Text Example
Text Example
White with #BDD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD814; }
p { color: rgb(189,216,20); }
H1.HeaderClassName
{
color: #BDD814;
}
.AnyTagClassName
{
color: #BDD814;
}
</style>
background-color css
<style>
a { background-color: #BDD814; }
a { background-color: rgb(189,216,20); }
div.DivClassName
{
background-color: #BDD814;
}
.BgClassName
{
background-color: #BDD814;
}
</style>
border-color css
<style>
span { border-color: #BDD814; }
span { border-color: rgb(189,216,20); }
td.TdClassName
{
border-color: #BDD814;
}
.TagClassName
{
border-color: #BDD814;
}
</style>