Shades of Inch Worm #BDE120
Tints of Inch Worm #BDE120
RGB
CMYK
RGB Variations
Color information
#BDE120 (or 0xBDE120) is known color: Inch Worm. HEX triplet: BD, E1 and 20. RGB value is (189,225,32). Sum of RGB (Red+Green+Blue) = 189+225+32=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE120 is #421EDF. Grayscale: #C0C0C0. Windows color (decimal): -4333280 or 2154941. OLE color: 2154941.
HSL color Cylindrical-coordinate representation of color #BDE120: hue angle of 71.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDE120 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 32 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.12 |
| HSL | 71.19º | 0.76% | 0.5% | - |
| HSV(B) | 71.19º | 0.86% | 0.88% | - |
| XYZ | 48.17 | 64.77 | 11.33 | - |
| YUV | 192.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 32 | 0.16 | 0 | 0.86 | 0.12 | 71.19 | 0.76 | 0.5 |
| Hex | BD | E1 | 20 | 10 | 0 | 56 | C | 47 | 4C | 32 |
| Octal | 275 | 341 | 40 | 20 | 0 | 126 | 14 | 107 | 114 | 62 |
| Binary | 10111101 | 11100001 | 100000 | 10000 | 0 | 1010110 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BDE120
Complementary color
Monochromatic Colors of #BDE120
Black with #BDE120
Text Example
Text Example
White with #BDE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE120; }
p { color: rgb(189,225,32); }
H1.HeaderClassName
{
color: #BDE120;
}
.AnyTagClassName
{
color: #BDE120;
}
</style>
background-color css
<style>
a { background-color: #BDE120; }
a { background-color: rgb(189,225,32); }
div.DivClassName
{
background-color: #BDE120;
}
.BgClassName
{
background-color: #BDE120;
}
</style>
border-color css
<style>
span { border-color: #BDE120; }
span { border-color: rgb(189,225,32); }
td.TdClassName
{
border-color: #BDE120;
}
.TagClassName
{
border-color: #BDE120;
}
</style>