Shades of Inch Worm #BADE00
Tints of Inch Worm #BADE00
RGB
CMYK
RGB Variations
Color information
#BADE00 (or 0xBADE00) is known color: Inch Worm. HEX triplet: BA, DE and 00. RGB value is (186,222,0). Sum of RGB (Red+Green+Blue) = 186+222+0=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE00 is #4521FF. Grayscale: #BABABA. Windows color (decimal): -4530688 or 57018. OLE color: 57018.
HSL color Cylindrical-coordinate representation of color #BADE00: hue angle of 69.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BADE00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.13 |
| HSL | 69.73º | 1% | 0.44% | - |
| HSV(B) | 69.73º | 1% | 0.87% | - |
| XYZ | 46.37 | 62.68 | 9.65 | - |
| YUV | 185.93 | 23.07 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 0 | 0.16 | 0 | 1 | 0.13 | 69.73 | 1 | 0.44 |
| Hex | BA | DE | 0 | 10 | 0 | 64 | D | 46 | 64 | 2C |
| Octal | 272 | 336 | 0 | 20 | 0 | 144 | 15 | 106 | 144 | 54 |
| Binary | 10111010 | 11011110 | 0 | 10000 | 0 | 1100100 | 1101 | 1000110 | 1100100 | 101100 |
Color Harmonies of #BADE00
Complementary color
Monochromatic Colors of #BADE00
Black with #BADE00
Text Example
Text Example
White with #BADE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE00; }
p { color: rgb(186,222,0); }
H1.HeaderClassName
{
color: #BADE00;
}
.AnyTagClassName
{
color: #BADE00;
}
</style>
background-color css
<style>
a { background-color: #BADE00; }
a { background-color: rgb(186,222,0); }
div.DivClassName
{
background-color: #BADE00;
}
.BgClassName
{
background-color: #BADE00;
}
</style>
border-color css
<style>
span { border-color: #BADE00; }
span { border-color: rgb(186,222,0); }
td.TdClassName
{
border-color: #BADE00;
}
.TagClassName
{
border-color: #BADE00;
}
</style>