Shades of Inch Worm #BDE511
Tints of Inch Worm #BDE511
RGB
CMYK
RGB Variations
Color information
#BDE511 (or 0xBDE511) is known color: Inch Worm. HEX triplet: BD, E5 and 11. RGB value is (189,229,17). Sum of RGB (Red+Green+Blue) = 189+229+17=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE511 is #421AEE. Grayscale: #C1C1C1. Windows color (decimal): -4332271 or 1172925. OLE color: 1172925.
HSL color Cylindrical-coordinate representation of color #BDE511: hue angle of 71.32º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDE511 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.10 |
| HSL | 71.32º | 0.86% | 0.48% | - |
| HSV(B) | 71.32º | 0.93% | 0.9% | - |
| XYZ | 49.11 | 66.9 | 10.85 | - |
| YUV | 192.87 | 28.75 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 17 | 0.17 | 0 | 0.93 | 0.10 | 71.32 | 0.86 | 0.48 |
| Hex | BD | E5 | 11 | 11 | 0 | 5D | A | 47 | 56 | 30 |
| Octal | 275 | 345 | 21 | 21 | 0 | 135 | 12 | 107 | 126 | 60 |
| Binary | 10111101 | 11100101 | 10001 | 10001 | 0 | 1011101 | 1010 | 1000111 | 1010110 | 110000 |
Color Harmonies of #BDE511
Complementary color
Monochromatic Colors of #BDE511
Black with #BDE511
Text Example
Text Example
White with #BDE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE511; }
p { color: rgb(189,229,17); }
H1.HeaderClassName
{
color: #BDE511;
}
.AnyTagClassName
{
color: #BDE511;
}
</style>
background-color css
<style>
a { background-color: #BDE511; }
a { background-color: rgb(189,229,17); }
div.DivClassName
{
background-color: #BDE511;
}
.BgClassName
{
background-color: #BDE511;
}
</style>
border-color css
<style>
span { border-color: #BDE511; }
span { border-color: rgb(189,229,17); }
td.TdClassName
{
border-color: #BDE511;
}
.TagClassName
{
border-color: #BDE511;
}
</style>