Shades of Inch Worm #BAD800
Tints of Inch Worm #BAD800
RGB
CMYK
RGB Variations
Color information
#BAD800 (or 0xBAD800) is known color: Inch Worm. HEX triplet: BA, D8 and 00. RGB value is (186,216,0). Sum of RGB (Red+Green+Blue) = 186+216+0=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD800 is #4527FF. Grayscale: #B7B7B7. Windows color (decimal): -4532224 or 55482. OLE color: 55482.
HSL color Cylindrical-coordinate representation of color #BAD800: hue angle of 68.33º 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 #BAD800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.15 |
| HSL | 68.33º | 1% | 0.42% | - |
| HSV(B) | 68.33º | 1% | 0.85% | - |
| XYZ | 44.81 | 59.55 | 9.13 | - |
| YUV | 182.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 0 | 0.14 | 0 | 1 | 0.15 | 68.33 | 1 | 0.42 |
| Hex | BA | D8 | 0 | E | 0 | 64 | F | 44 | 64 | 2A |
| Octal | 272 | 330 | 0 | 16 | 0 | 144 | 17 | 104 | 144 | 52 |
| Binary | 10111010 | 11011000 | 0 | 1110 | 0 | 1100100 | 1111 | 1000100 | 1100100 | 101010 |
Color Harmonies of #BAD800
Complementary color
Monochromatic Colors of #BAD800
Black with #BAD800
Text Example
Text Example
White with #BAD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD800; }
p { color: rgb(186,216,0); }
H1.HeaderClassName
{
color: #BAD800;
}
.AnyTagClassName
{
color: #BAD800;
}
</style>
background-color css
<style>
a { background-color: #BAD800; }
a { background-color: rgb(186,216,0); }
div.DivClassName
{
background-color: #BAD800;
}
.BgClassName
{
background-color: #BAD800;
}
</style>
border-color css
<style>
span { border-color: #BAD800; }
span { border-color: rgb(186,216,0); }
td.TdClassName
{
border-color: #BAD800;
}
.TagClassName
{
border-color: #BAD800;
}
</style>