Shades of Inch Worm #BEDD0F
Tints of Inch Worm #BEDD0F
RGB
CMYK
RGB Variations
Color information
#BEDD0F (or 0xBEDD0F) is known color: Inch Worm. HEX triplet: BE, DD and 0F. RGB value is (190,221,15). Sum of RGB (Red+Green+Blue) = 190+221+15=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD0F is #4122F0. Grayscale: #BDBDBD. Windows color (decimal): -4268785 or 1039806. OLE color: 1039806.
HSL color Cylindrical-coordinate representation of color #BEDD0F: hue angle of 69.03º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEDD0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.13 |
| HSL | 69.03º | 0.87% | 0.46% | - |
| HSV(B) | 69.03º | 0.93% | 0.87% | - |
| XYZ | 47.18 | 62.69 | 10.07 | - |
| YUV | 188.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 15 | 0.14 | 0 | 0.93 | 0.13 | 69.03 | 0.87 | 0.46 |
| Hex | BE | DD | F | E | 0 | 5D | D | 45 | 57 | 2E |
| Octal | 276 | 335 | 17 | 16 | 0 | 135 | 15 | 105 | 127 | 56 |
| Binary | 10111110 | 11011101 | 1111 | 1110 | 0 | 1011101 | 1101 | 1000101 | 1010111 | 101110 |
Color Harmonies of #BEDD0F
Complementary color
Monochromatic Colors of #BEDD0F
Black with #BEDD0F
Text Example
Text Example
White with #BEDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD0F; }
p { color: rgb(190,221,15); }
H1.HeaderClassName
{
color: #BEDD0F;
}
.AnyTagClassName
{
color: #BEDD0F;
}
</style>
background-color css
<style>
a { background-color: #BEDD0F; }
a { background-color: rgb(190,221,15); }
div.DivClassName
{
background-color: #BEDD0F;
}
.BgClassName
{
background-color: #BEDD0F;
}
</style>
border-color css
<style>
span { border-color: #BEDD0F; }
span { border-color: rgb(190,221,15); }
td.TdClassName
{
border-color: #BEDD0F;
}
.TagClassName
{
border-color: #BEDD0F;
}
</style>