Shades of Inch Worm #BDE51B
Tints of Inch Worm #BDE51B
RGB
CMYK
RGB Variations
Color information
#BDE51B (or 0xBDE51B) is known color: Inch Worm. HEX triplet: BD, E5 and 1B. RGB value is (189,229,27). Sum of RGB (Red+Green+Blue) = 189+229+27=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE51B is #421AE4. Grayscale: #C2C2C2. Windows color (decimal): -4332261 or 1828285. OLE color: 1828285.
HSL color Cylindrical-coordinate representation of color #BDE51B: hue angle of 71.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDE51B is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 27 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.10 |
| HSL | 71.88º | 0.8% | 0.5% | - |
| HSV(B) | 71.88º | 0.88% | 0.9% | - |
| XYZ | 49.2 | 66.94 | 11.36 | - |
| YUV | 194.01 | 33.75 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 27 | 0.17 | 0 | 0.88 | 0.10 | 71.88 | 0.8 | 0.5 |
| Hex | BD | E5 | 1B | 11 | 0 | 58 | A | 48 | 50 | 32 |
| Octal | 275 | 345 | 33 | 21 | 0 | 130 | 12 | 110 | 120 | 62 |
| Binary | 10111101 | 11100101 | 11011 | 10001 | 0 | 1011000 | 1010 | 1001000 | 1010000 | 110010 |
Color Harmonies of #BDE51B
Complementary color
Monochromatic Colors of #BDE51B
Black with #BDE51B
Text Example
Text Example
White with #BDE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE51B; }
p { color: rgb(189,229,27); }
H1.HeaderClassName
{
color: #BDE51B;
}
.AnyTagClassName
{
color: #BDE51B;
}
</style>
background-color css
<style>
a { background-color: #BDE51B; }
a { background-color: rgb(189,229,27); }
div.DivClassName
{
background-color: #BDE51B;
}
.BgClassName
{
background-color: #BDE51B;
}
</style>
border-color css
<style>
span { border-color: #BDE51B; }
span { border-color: rgb(189,229,27); }
td.TdClassName
{
border-color: #BDE51B;
}
.TagClassName
{
border-color: #BDE51B;
}
</style>