Shades of Inch Worm #BDE00E
Tints of Inch Worm #BDE00E
RGB
CMYK
RGB Variations
Color information
#BDE00E (or 0xBDE00E) is known color: Inch Worm. HEX triplet: BD, E0 and 0E. RGB value is (189,224,14). Sum of RGB (Red+Green+Blue) = 189+224+14=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE00E is #421FF1. Grayscale: #BEBEBE. Windows color (decimal): -4333554 or 975037. OLE color: 975037.
HSL color Cylindrical-coordinate representation of color #BDE00E: hue angle of 70º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDE00E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.12 |
| HSL | 70º | 0.88% | 0.47% | - |
| HSV(B) | 70º | 0.94% | 0.88% | - |
| XYZ | 47.72 | 64.16 | 10.28 | - |
| YUV | 189.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 14 | 0.16 | 0 | 0.94 | 0.12 | 70 | 0.88 | 0.47 |
| Hex | BD | E0 | E | 10 | 0 | 5E | C | 46 | 58 | 2F |
| Octal | 275 | 340 | 16 | 20 | 0 | 136 | 14 | 106 | 130 | 57 |
| Binary | 10111101 | 11100000 | 1110 | 10000 | 0 | 1011110 | 1100 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BDE00E
Complementary color
Monochromatic Colors of #BDE00E
Black with #BDE00E
Text Example
Text Example
White with #BDE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE00E; }
p { color: rgb(189,224,14); }
H1.HeaderClassName
{
color: #BDE00E;
}
.AnyTagClassName
{
color: #BDE00E;
}
</style>
background-color css
<style>
a { background-color: #BDE00E; }
a { background-color: rgb(189,224,14); }
div.DivClassName
{
background-color: #BDE00E;
}
.BgClassName
{
background-color: #BDE00E;
}
</style>
border-color css
<style>
span { border-color: #BDE00E; }
span { border-color: rgb(189,224,14); }
td.TdClassName
{
border-color: #BDE00E;
}
.TagClassName
{
border-color: #BDE00E;
}
</style>