Shades of Inch Worm #BDD60C
Tints of Inch Worm #BDD60C
RGB
CMYK
RGB Variations
Color information
#BDD60C (or 0xBDD60C) is known color: Inch Worm. HEX triplet: BD, D6 and 0C. RGB value is (189,214,12). Sum of RGB (Red+Green+Blue) = 189+214+12=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD60C is #4229F3. Grayscale: #B8B8B8. Windows color (decimal): -4336116 or 841405. OLE color: 841405.
HSL color Cylindrical-coordinate representation of color #BDD60C: hue angle of 67.43º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDD60C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.16 |
| HSL | 67.43º | 0.89% | 0.44% | - |
| HSV(B) | 67.43º | 0.94% | 0.84% | - |
| XYZ | 45.1 | 58.94 | 9.35 | - |
| YUV | 183.5 | 31.22 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 12 | 0.12 | 0 | 0.94 | 0.16 | 67.43 | 0.89 | 0.44 |
| Hex | BD | D6 | C | C | 0 | 5E | 10 | 43 | 59 | 2C |
| Octal | 275 | 326 | 14 | 14 | 0 | 136 | 20 | 103 | 131 | 54 |
| Binary | 10111101 | 11010110 | 1100 | 1100 | 0 | 1011110 | 10000 | 1000011 | 1011001 | 101100 |
Color Harmonies of #BDD60C
Complementary color
Monochromatic Colors of #BDD60C
Black with #BDD60C
Text Example
Text Example
White with #BDD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD60C; }
p { color: rgb(189,214,12); }
H1.HeaderClassName
{
color: #BDD60C;
}
.AnyTagClassName
{
color: #BDD60C;
}
</style>
background-color css
<style>
a { background-color: #BDD60C; }
a { background-color: rgb(189,214,12); }
div.DivClassName
{
background-color: #BDD60C;
}
.BgClassName
{
background-color: #BDD60C;
}
</style>
border-color css
<style>
span { border-color: #BDD60C; }
span { border-color: rgb(189,214,12); }
td.TdClassName
{
border-color: #BDD60C;
}
.TagClassName
{
border-color: #BDD60C;
}
</style>