Shades of Inch Worm #BEDA0F
Tints of Inch Worm #BEDA0F
RGB
CMYK
RGB Variations
Color information
#BEDA0F (or 0xBEDA0F) is known color: Inch Worm. HEX triplet: BE, DA and 0F. RGB value is (190,218,15). Sum of RGB (Red+Green+Blue) = 190+218+15=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA0F is #4125F0. Grayscale: #BBBBBB. Windows color (decimal): -4269553 or 1039038. OLE color: 1039038.
HSL color Cylindrical-coordinate representation of color #BEDA0F: hue angle of 68.28º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEDA0F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.15 |
| HSL | 68.28º | 0.87% | 0.46% | - |
| HSV(B) | 68.28º | 0.93% | 0.85% | - |
| XYZ | 46.39 | 61.12 | 9.8 | - |
| YUV | 186.49 | 31.22 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 15 | 0.13 | 0 | 0.93 | 0.15 | 68.28 | 0.87 | 0.46 |
| Hex | BE | DA | F | D | 0 | 5D | F | 44 | 57 | 2E |
| Octal | 276 | 332 | 17 | 15 | 0 | 135 | 17 | 104 | 127 | 56 |
| Binary | 10111110 | 11011010 | 1111 | 1101 | 0 | 1011101 | 1111 | 1000100 | 1010111 | 101110 |
Color Harmonies of #BEDA0F
Complementary color
Monochromatic Colors of #BEDA0F
Black with #BEDA0F
Text Example
Text Example
White with #BEDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA0F; }
p { color: rgb(190,218,15); }
H1.HeaderClassName
{
color: #BEDA0F;
}
.AnyTagClassName
{
color: #BEDA0F;
}
</style>
background-color css
<style>
a { background-color: #BEDA0F; }
a { background-color: rgb(190,218,15); }
div.DivClassName
{
background-color: #BEDA0F;
}
.BgClassName
{
background-color: #BEDA0F;
}
</style>
border-color css
<style>
span { border-color: #BEDA0F; }
span { border-color: rgb(190,218,15); }
td.TdClassName
{
border-color: #BEDA0F;
}
.TagClassName
{
border-color: #BEDA0F;
}
</style>