Shades of Inch Worm #BEDD0D
Tints of Inch Worm #BEDD0D
RGB
CMYK
RGB Variations
Color information
#BEDD0D (or 0xBEDD0D) is known color: Inch Worm. HEX triplet: BE, DD and 0D. RGB value is (190,221,13). Sum of RGB (Red+Green+Blue) = 190+221+13=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD0D is #4122F2. Grayscale: #BCBCBC. Windows color (decimal): -4268787 or 908734. OLE color: 908734.
HSL color Cylindrical-coordinate representation of color #BEDD0D: hue angle of 68.94º degrees, saturation: 0.89, 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 #BEDD0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.13 |
| HSL | 68.94º | 0.89% | 0.46% | - |
| HSV(B) | 68.94º | 0.94% | 0.87% | - |
| XYZ | 47.16 | 62.69 | 10 | - |
| YUV | 188.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 13 | 0.14 | 0 | 0.94 | 0.13 | 68.94 | 0.89 | 0.46 |
| Hex | BE | DD | D | E | 0 | 5E | D | 45 | 59 | 2E |
| Octal | 276 | 335 | 15 | 16 | 0 | 136 | 15 | 105 | 131 | 56 |
| Binary | 10111110 | 11011101 | 1101 | 1110 | 0 | 1011110 | 1101 | 1000101 | 1011001 | 101110 |
Color Harmonies of #BEDD0D
Complementary color
Monochromatic Colors of #BEDD0D
Black with #BEDD0D
Text Example
Text Example
White with #BEDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD0D; }
p { color: rgb(190,221,13); }
H1.HeaderClassName
{
color: #BEDD0D;
}
.AnyTagClassName
{
color: #BEDD0D;
}
</style>
background-color css
<style>
a { background-color: #BEDD0D; }
a { background-color: rgb(190,221,13); }
div.DivClassName
{
background-color: #BEDD0D;
}
.BgClassName
{
background-color: #BEDD0D;
}
</style>
border-color css
<style>
span { border-color: #BEDD0D; }
span { border-color: rgb(190,221,13); }
td.TdClassName
{
border-color: #BEDD0D;
}
.TagClassName
{
border-color: #BEDD0D;
}
</style>