Shades of Inch Worm #BDE51C
Tints of Inch Worm #BDE51C
RGB
CMYK
RGB Variations
Color information
#BDE51C (or 0xBDE51C) is known color: Inch Worm. HEX triplet: BD, E5 and 1C. RGB value is (189,229,28). Sum of RGB (Red+Green+Blue) = 189+229+28=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE51C is #421AE3. Grayscale: #C2C2C2. Windows color (decimal): -4332260 or 1893821. OLE color: 1893821.
HSL color Cylindrical-coordinate representation of color #BDE51C: hue angle of 71.94º degrees, saturation: 0.79, 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 #BDE51C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.10 |
| HSL | 71.94º | 0.79% | 0.5% | - |
| HSV(B) | 71.94º | 0.88% | 0.9% | - |
| XYZ | 49.22 | 66.94 | 11.43 | - |
| YUV | 194.13 | 34.25 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 28 | 0.17 | 0 | 0.88 | 0.10 | 71.94 | 0.79 | 0.5 |
| Hex | BD | E5 | 1C | 11 | 0 | 58 | A | 48 | 4F | 32 |
| Octal | 275 | 345 | 34 | 21 | 0 | 130 | 12 | 110 | 117 | 62 |
| Binary | 10111101 | 11100101 | 11100 | 10001 | 0 | 1011000 | 1010 | 1001000 | 1001111 | 110010 |
Color Harmonies of #BDE51C
Complementary color
Monochromatic Colors of #BDE51C
Black with #BDE51C
Text Example
Text Example
White with #BDE51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE51C; }
p { color: rgb(189,229,28); }
H1.HeaderClassName
{
color: #BDE51C;
}
.AnyTagClassName
{
color: #BDE51C;
}
</style>
background-color css
<style>
a { background-color: #BDE51C; }
a { background-color: rgb(189,229,28); }
div.DivClassName
{
background-color: #BDE51C;
}
.BgClassName
{
background-color: #BDE51C;
}
</style>
border-color css
<style>
span { border-color: #BDE51C; }
span { border-color: rgb(189,229,28); }
td.TdClassName
{
border-color: #BDE51C;
}
.TagClassName
{
border-color: #BDE51C;
}
</style>