Shades of Inch Worm #BDD70B
Tints of Inch Worm #BDD70B
RGB
CMYK
RGB Variations
Color information
#BDD70B (or 0xBDD70B) is known color: Inch Worm. HEX triplet: BD, D7 and 0B. RGB value is (189,215,11). Sum of RGB (Red+Green+Blue) = 189+215+11=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD70B is #4228F4. Grayscale: #B8B8B8. Windows color (decimal): -4335861 or 776125. OLE color: 776125.
HSL color Cylindrical-coordinate representation of color #BDD70B: hue angle of 67.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDD70B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.16 |
| HSL | 67.65º | 0.9% | 0.44% | - |
| HSV(B) | 67.65º | 0.95% | 0.84% | - |
| XYZ | 45.35 | 59.44 | 9.4 | - |
| YUV | 183.97 | 30.39 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 11 | 0.12 | 0 | 0.95 | 0.16 | 67.65 | 0.9 | 0.44 |
| Hex | BD | D7 | B | C | 0 | 5F | 10 | 44 | 5A | 2C |
| Octal | 275 | 327 | 13 | 14 | 0 | 137 | 20 | 104 | 132 | 54 |
| Binary | 10111101 | 11010111 | 1011 | 1100 | 0 | 1011111 | 10000 | 1000100 | 1011010 | 101100 |
Color Harmonies of #BDD70B
Complementary color
Monochromatic Colors of #BDD70B
Black with #BDD70B
Text Example
Text Example
White with #BDD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD70B; }
p { color: rgb(189,215,11); }
H1.HeaderClassName
{
color: #BDD70B;
}
.AnyTagClassName
{
color: #BDD70B;
}
</style>
background-color css
<style>
a { background-color: #BDD70B; }
a { background-color: rgb(189,215,11); }
div.DivClassName
{
background-color: #BDD70B;
}
.BgClassName
{
background-color: #BDD70B;
}
</style>
border-color css
<style>
span { border-color: #BDD70B; }
span { border-color: rgb(189,215,11); }
td.TdClassName
{
border-color: #BDD70B;
}
.TagClassName
{
border-color: #BDD70B;
}
</style>