Shades of Inch Worm #BDD70E
Tints of Inch Worm #BDD70E
RGB
CMYK
RGB Variations
Color information
#BDD70E (or 0xBDD70E) is known color: Inch Worm. HEX triplet: BD, D7 and 0E. RGB value is (189,215,14). Sum of RGB (Red+Green+Blue) = 189+215+14=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD70E is #4228F1. Grayscale: #B9B9B9. Windows color (decimal): -4335858 or 972733. OLE color: 972733.
HSL color Cylindrical-coordinate representation of color #BDD70E: hue angle of 67.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDD70E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.16 |
| HSL | 67.76º | 0.88% | 0.45% | - |
| HSV(B) | 67.76º | 0.93% | 0.84% | - |
| XYZ | 45.37 | 59.45 | 9.5 | - |
| YUV | 184.31 | 31.89 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 14 | 0.12 | 0 | 0.93 | 0.16 | 67.76 | 0.88 | 0.45 |
| Hex | BD | D7 | E | C | 0 | 5D | 10 | 44 | 58 | 2D |
| Octal | 275 | 327 | 16 | 14 | 0 | 135 | 20 | 104 | 130 | 55 |
| Binary | 10111101 | 11010111 | 1110 | 1100 | 0 | 1011101 | 10000 | 1000100 | 1011000 | 101101 |
Color Harmonies of #BDD70E
Complementary color
Monochromatic Colors of #BDD70E
Black with #BDD70E
Text Example
Text Example
White with #BDD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD70E; }
p { color: rgb(189,215,14); }
H1.HeaderClassName
{
color: #BDD70E;
}
.AnyTagClassName
{
color: #BDD70E;
}
</style>
background-color css
<style>
a { background-color: #BDD70E; }
a { background-color: rgb(189,215,14); }
div.DivClassName
{
background-color: #BDD70E;
}
.BgClassName
{
background-color: #BDD70E;
}
</style>
border-color css
<style>
span { border-color: #BDD70E; }
span { border-color: rgb(189,215,14); }
td.TdClassName
{
border-color: #BDD70E;
}
.TagClassName
{
border-color: #BDD70E;
}
</style>