Shades of Inch Worm #BEDB10
Tints of Inch Worm #BEDB10
RGB
CMYK
RGB Variations
Color information
#BEDB10 (or 0xBEDB10) is known color: Inch Worm. HEX triplet: BE, DB and 10. RGB value is (190,219,16). Sum of RGB (Red+Green+Blue) = 190+219+16=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB10 is #4124EF. Grayscale: #BBBBBB. Windows color (decimal): -4269296 or 1104830. OLE color: 1104830.
HSL color Cylindrical-coordinate representation of color #BEDB10: hue angle of 68.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEDB10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.14 |
| HSL | 68.57º | 0.86% | 0.46% | - |
| HSV(B) | 68.57º | 0.93% | 0.86% | - |
| XYZ | 46.66 | 61.65 | 9.93 | - |
| YUV | 187.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 16 | 0.13 | 0 | 0.93 | 0.14 | 68.57 | 0.86 | 0.46 |
| Hex | BE | DB | 10 | D | 0 | 5D | E | 45 | 56 | 2E |
| Octal | 276 | 333 | 20 | 15 | 0 | 135 | 16 | 105 | 126 | 56 |
| Binary | 10111110 | 11011011 | 10000 | 1101 | 0 | 1011101 | 1110 | 1000101 | 1010110 | 101110 |
Color Harmonies of #BEDB10
Complementary color
Monochromatic Colors of #BEDB10
Black with #BEDB10
Text Example
Text Example
White with #BEDB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB10; }
p { color: rgb(190,219,16); }
H1.HeaderClassName
{
color: #BEDB10;
}
.AnyTagClassName
{
color: #BEDB10;
}
</style>
background-color css
<style>
a { background-color: #BEDB10; }
a { background-color: rgb(190,219,16); }
div.DivClassName
{
background-color: #BEDB10;
}
.BgClassName
{
background-color: #BEDB10;
}
</style>
border-color css
<style>
span { border-color: #BEDB10; }
span { border-color: rgb(190,219,16); }
td.TdClassName
{
border-color: #BEDB10;
}
.TagClassName
{
border-color: #BEDB10;
}
</style>