Shades of Inch Worm #BDE013
Tints of Inch Worm #BDE013
RGB
CMYK
RGB Variations
Color information
#BDE013 (or 0xBDE013) is known color: Inch Worm. HEX triplet: BD, E0 and 13. RGB value is (189,224,19). Sum of RGB (Red+Green+Blue) = 189+224+19=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE013 is #421FEC. Grayscale: #BEBEBE. Windows color (decimal): -4333549 or 1302717. OLE color: 1302717.
HSL color Cylindrical-coordinate representation of color #BDE013: hue angle of 70.24º degrees, saturation: 0.84, 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 #BDE013 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.12 |
| HSL | 70.24º | 0.84% | 0.48% | - |
| HSV(B) | 70.24º | 0.92% | 0.88% | - |
| XYZ | 47.76 | 64.18 | 10.49 | - |
| YUV | 190.17 | 31.4 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 19 | 0.16 | 0 | 0.92 | 0.12 | 70.24 | 0.84 | 0.48 |
| Hex | BD | E0 | 13 | 10 | 0 | 5C | C | 46 | 54 | 30 |
| Octal | 275 | 340 | 23 | 20 | 0 | 134 | 14 | 106 | 124 | 60 |
| Binary | 10111101 | 11100000 | 10011 | 10000 | 0 | 1011100 | 1100 | 1000110 | 1010100 | 110000 |
Color Harmonies of #BDE013
Complementary color
Monochromatic Colors of #BDE013
Black with #BDE013
Text Example
Text Example
White with #BDE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE013; }
p { color: rgb(189,224,19); }
H1.HeaderClassName
{
color: #BDE013;
}
.AnyTagClassName
{
color: #BDE013;
}
</style>
background-color css
<style>
a { background-color: #BDE013; }
a { background-color: rgb(189,224,19); }
div.DivClassName
{
background-color: #BDE013;
}
.BgClassName
{
background-color: #BDE013;
}
</style>
border-color css
<style>
span { border-color: #BDE013; }
span { border-color: rgb(189,224,19); }
td.TdClassName
{
border-color: #BDE013;
}
.TagClassName
{
border-color: #BDE013;
}
</style>