Shades of Inch Worm #BDE118
Tints of Inch Worm #BDE118
RGB
CMYK
RGB Variations
Color information
#BDE118 (or 0xBDE118) is known color: Inch Worm. HEX triplet: BD, E1 and 18. RGB value is (189,225,24). Sum of RGB (Red+Green+Blue) = 189+225+24=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE118 is #421EE7. Grayscale: #C0C0C0. Windows color (decimal): -4333288 or 1630653. OLE color: 1630653.
HSL color Cylindrical-coordinate representation of color #BDE118: hue angle of 70.75º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDE118 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 24 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.12 |
| HSL | 70.75º | 0.81% | 0.49% | - |
| HSV(B) | 70.75º | 0.89% | 0.88% | - |
| XYZ | 48.08 | 64.74 | 10.83 | - |
| YUV | 191.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 24 | 0.16 | 0 | 0.89 | 0.12 | 70.75 | 0.81 | 0.49 |
| Hex | BD | E1 | 18 | 10 | 0 | 59 | C | 47 | 51 | 31 |
| Octal | 275 | 341 | 30 | 20 | 0 | 131 | 14 | 107 | 121 | 61 |
| Binary | 10111101 | 11100001 | 11000 | 10000 | 0 | 1011001 | 1100 | 1000111 | 1010001 | 110001 |
Color Harmonies of #BDE118
Complementary color
Monochromatic Colors of #BDE118
Black with #BDE118
Text Example
Text Example
White with #BDE118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE118; }
p { color: rgb(189,225,24); }
H1.HeaderClassName
{
color: #BDE118;
}
.AnyTagClassName
{
color: #BDE118;
}
</style>
background-color css
<style>
a { background-color: #BDE118; }
a { background-color: rgb(189,225,24); }
div.DivClassName
{
background-color: #BDE118;
}
.BgClassName
{
background-color: #BDE118;
}
</style>
border-color css
<style>
span { border-color: #BDE118; }
span { border-color: rgb(189,225,24); }
td.TdClassName
{
border-color: #BDE118;
}
.TagClassName
{
border-color: #BDE118;
}
</style>