Shades of Inch Worm #BED80B
Tints of Inch Worm #BED80B
RGB
CMYK
RGB Variations
Color information
#BED80B (or 0xBED80B) is known color: Inch Worm. HEX triplet: BE, D8 and 0B. RGB value is (190,216,11). Sum of RGB (Red+Green+Blue) = 190+216+11=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #BED80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED80B is #4127F4. Grayscale: #B9B9B9. Windows color (decimal): -4270069 or 776382. OLE color: 776382.
HSL color Cylindrical-coordinate representation of color #BED80B: hue angle of 67.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BED80B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.15 |
| HSL | 67.61º | 0.9% | 0.45% | - |
| HSV(B) | 67.61º | 0.95% | 0.85% | - |
| XYZ | 45.85 | 60.08 | 9.5 | - |
| YUV | 184.86 | 29.89 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 11 | 0.12 | 0 | 0.95 | 0.15 | 67.61 | 0.9 | 0.45 |
| Hex | BE | D8 | B | C | 0 | 5F | F | 44 | 5A | 2D |
| Octal | 276 | 330 | 13 | 14 | 0 | 137 | 17 | 104 | 132 | 55 |
| Binary | 10111110 | 11011000 | 1011 | 1100 | 0 | 1011111 | 1111 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BED80B
Complementary color
Monochromatic Colors of #BED80B
Black with #BED80B
Text Example
Text Example
White with #BED80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED80B; }
p { color: rgb(190,216,11); }
H1.HeaderClassName
{
color: #BED80B;
}
.AnyTagClassName
{
color: #BED80B;
}
</style>
background-color css
<style>
a { background-color: #BED80B; }
a { background-color: rgb(190,216,11); }
div.DivClassName
{
background-color: #BED80B;
}
.BgClassName
{
background-color: #BED80B;
}
</style>
border-color css
<style>
span { border-color: #BED80B; }
span { border-color: rgb(190,216,11); }
td.TdClassName
{
border-color: #BED80B;
}
.TagClassName
{
border-color: #BED80B;
}
</style>