Shades of Inch Worm #BED800
Tints of Inch Worm #BED800
RGB
CMYK
RGB Variations
Color information
#BED800 (or 0xBED800) is known color: Inch Worm. HEX triplet: BE, D8 and 00. RGB value is (190,216,0). Sum of RGB (Red+Green+Blue) = 190+216+0=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #BED800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED800 is #4127FF. Grayscale: #B8B8B8. Windows color (decimal): -4270080 or 55486. OLE color: 55486.
HSL color Cylindrical-coordinate representation of color #BED800: hue angle of 67.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.15 |
| HSL | 67.22º | 1% | 0.42% | - |
| HSV(B) | 67.22º | 1% | 0.85% | - |
| XYZ | 45.79 | 60.06 | 9.18 | - |
| YUV | 183.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 0 | 0.12 | 0 | 1 | 0.15 | 67.22 | 1 | 0.42 |
| Hex | BE | D8 | 0 | C | 0 | 64 | F | 43 | 64 | 2A |
| Octal | 276 | 330 | 0 | 14 | 0 | 144 | 17 | 103 | 144 | 52 |
| Binary | 10111110 | 11011000 | 0 | 1100 | 0 | 1100100 | 1111 | 1000011 | 1100100 | 101010 |
Color Harmonies of #BED800
Complementary color
Monochromatic Colors of #BED800
Black with #BED800
Text Example
Text Example
White with #BED800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED800; }
p { color: rgb(190,216,0); }
H1.HeaderClassName
{
color: #BED800;
}
.AnyTagClassName
{
color: #BED800;
}
</style>
background-color css
<style>
a { background-color: #BED800; }
a { background-color: rgb(190,216,0); }
div.DivClassName
{
background-color: #BED800;
}
.BgClassName
{
background-color: #BED800;
}
</style>
border-color css
<style>
span { border-color: #BED800; }
span { border-color: rgb(190,216,0); }
td.TdClassName
{
border-color: #BED800;
}
.TagClassName
{
border-color: #BED800;
}
</style>