Shades of Inch Worm #BEDD0E
Tints of Inch Worm #BEDD0E
RGB
CMYK
RGB Variations
Color information
#BEDD0E (or 0xBEDD0E) is known color: Inch Worm. HEX triplet: BE, DD and 0E. RGB value is (190,221,14). Sum of RGB (Red+Green+Blue) = 190+221+14=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD0E is #4122F1. Grayscale: #BCBCBC. Windows color (decimal): -4268786 or 974270. OLE color: 974270.
HSL color Cylindrical-coordinate representation of color #BEDD0E: hue angle of 68.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEDD0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.13 |
| HSL | 68.99º | 0.88% | 0.46% | - |
| HSV(B) | 68.99º | 0.94% | 0.87% | - |
| XYZ | 47.17 | 62.69 | 10.03 | - |
| YUV | 188.13 | 29.73 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 14 | 0.14 | 0 | 0.94 | 0.13 | 68.99 | 0.88 | 0.46 |
| Hex | BE | DD | E | E | 0 | 5E | D | 45 | 58 | 2E |
| Octal | 276 | 335 | 16 | 16 | 0 | 136 | 15 | 105 | 130 | 56 |
| Binary | 10111110 | 11011101 | 1110 | 1110 | 0 | 1011110 | 1101 | 1000101 | 1011000 | 101110 |
Color Harmonies of #BEDD0E
Complementary color
Monochromatic Colors of #BEDD0E
Black with #BEDD0E
Text Example
Text Example
White with #BEDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD0E; }
p { color: rgb(190,221,14); }
H1.HeaderClassName
{
color: #BEDD0E;
}
.AnyTagClassName
{
color: #BEDD0E;
}
</style>
background-color css
<style>
a { background-color: #BEDD0E; }
a { background-color: rgb(190,221,14); }
div.DivClassName
{
background-color: #BEDD0E;
}
.BgClassName
{
background-color: #BEDD0E;
}
</style>
border-color css
<style>
span { border-color: #BEDD0E; }
span { border-color: rgb(190,221,14); }
td.TdClassName
{
border-color: #BEDD0E;
}
.TagClassName
{
border-color: #BEDD0E;
}
</style>