Shades of Inch Worm #BDE112
Tints of Inch Worm #BDE112
RGB
CMYK
RGB Variations
Color information
#BDE112 (or 0xBDE112) is known color: Inch Worm. HEX triplet: BD, E1 and 12. RGB value is (189,225,18). Sum of RGB (Red+Green+Blue) = 189+225+18=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE112 is #421EED. Grayscale: #BFBFBF. Windows color (decimal): -4333294 or 1237437. OLE color: 1237437.
HSL color Cylindrical-coordinate representation of color #BDE112: hue angle of 70.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDE112 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 18 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.12 |
| HSL | 70.43º | 0.85% | 0.48% | - |
| HSV(B) | 70.43º | 0.92% | 0.88% | - |
| XYZ | 48.02 | 64.71 | 10.53 | - |
| YUV | 190.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 18 | 0.16 | 0 | 0.92 | 0.12 | 70.43 | 0.85 | 0.48 |
| Hex | BD | E1 | 12 | 10 | 0 | 5C | C | 46 | 55 | 30 |
| Octal | 275 | 341 | 22 | 20 | 0 | 134 | 14 | 106 | 125 | 60 |
| Binary | 10111101 | 11100001 | 10010 | 10000 | 0 | 1011100 | 1100 | 1000110 | 1010101 | 110000 |
Color Harmonies of #BDE112
Complementary color
Monochromatic Colors of #BDE112
Black with #BDE112
Text Example
Text Example
White with #BDE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE112; }
p { color: rgb(189,225,18); }
H1.HeaderClassName
{
color: #BDE112;
}
.AnyTagClassName
{
color: #BDE112;
}
</style>
background-color css
<style>
a { background-color: #BDE112; }
a { background-color: rgb(189,225,18); }
div.DivClassName
{
background-color: #BDE112;
}
.BgClassName
{
background-color: #BDE112;
}
</style>
border-color css
<style>
span { border-color: #BDE112; }
span { border-color: rgb(189,225,18); }
td.TdClassName
{
border-color: #BDE112;
}
.TagClassName
{
border-color: #BDE112;
}
</style>