Shades of Inch Worm #BDD607
Tints of Inch Worm #BDD607
RGB
CMYK
RGB Variations
Color information
#BDD607 (or 0xBDD607) is known color: Inch Worm. HEX triplet: BD, D6 and 07. RGB value is (189,214,7). Sum of RGB (Red+Green+Blue) = 189+214+7=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD607 is #4229F8. Grayscale: #B7B7B7. Windows color (decimal): -4336121 or 513725. OLE color: 513725.
HSL color Cylindrical-coordinate representation of color #BDD607: hue angle of 67.25º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD607 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.16 |
| HSL | 67.25º | 0.94% | 0.43% | - |
| HSV(B) | 67.25º | 0.97% | 0.84% | - |
| XYZ | 45.07 | 58.93 | 9.2 | - |
| YUV | 182.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 7 | 0.12 | 0 | 0.97 | 0.16 | 67.25 | 0.94 | 0.43 |
| Hex | BD | D6 | 7 | C | 0 | 61 | 10 | 43 | 5E | 2B |
| Octal | 275 | 326 | 7 | 14 | 0 | 141 | 20 | 103 | 136 | 53 |
| Binary | 10111101 | 11010110 | 111 | 1100 | 0 | 1100001 | 10000 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BDD607
Complementary color
Monochromatic Colors of #BDD607
Black with #BDD607
Text Example
Text Example
White with #BDD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD607; }
p { color: rgb(189,214,7); }
H1.HeaderClassName
{
color: #BDD607;
}
.AnyTagClassName
{
color: #BDD607;
}
</style>
background-color css
<style>
a { background-color: #BDD607; }
a { background-color: rgb(189,214,7); }
div.DivClassName
{
background-color: #BDD607;
}
.BgClassName
{
background-color: #BDD607;
}
</style>
border-color css
<style>
span { border-color: #BDD607; }
span { border-color: rgb(189,214,7); }
td.TdClassName
{
border-color: #BDD607;
}
.TagClassName
{
border-color: #BDD607;
}
</style>