Shades of Inch Worm #BAE00F
Tints of Inch Worm #BAE00F
RGB
CMYK
RGB Variations
Color information
#BAE00F (or 0xBAE00F) is known color: Inch Worm. HEX triplet: BA, E0 and 0F. RGB value is (186,224,15). Sum of RGB (Red+Green+Blue) = 186+224+15=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE00F is #451FF0. Grayscale: #BDBDBD. Windows color (decimal): -4530161 or 1040570. OLE color: 1040570.
HSL color Cylindrical-coordinate representation of color #BAE00F: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE00F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 15 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.12 |
| HSL | 70.91º | 0.87% | 0.47% | - |
| HSV(B) | 70.91º | 0.93% | 0.88% | - |
| XYZ | 46.99 | 63.78 | 10.29 | - |
| YUV | 188.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 15 | 0.17 | 0 | 0.93 | 0.12 | 70.91 | 0.87 | 0.47 |
| Hex | BA | E0 | F | 11 | 0 | 5D | C | 47 | 57 | 2F |
| Octal | 272 | 340 | 17 | 21 | 0 | 135 | 14 | 107 | 127 | 57 |
| Binary | 10111010 | 11100000 | 1111 | 10001 | 0 | 1011101 | 1100 | 1000111 | 1010111 | 101111 |
Color Harmonies of #BAE00F
Complementary color
Monochromatic Colors of #BAE00F
Black with #BAE00F
Text Example
Text Example
White with #BAE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE00F; }
p { color: rgb(186,224,15); }
H1.HeaderClassName
{
color: #BAE00F;
}
.AnyTagClassName
{
color: #BAE00F;
}
</style>
background-color css
<style>
a { background-color: #BAE00F; }
a { background-color: rgb(186,224,15); }
div.DivClassName
{
background-color: #BAE00F;
}
.BgClassName
{
background-color: #BAE00F;
}
</style>
border-color css
<style>
span { border-color: #BAE00F; }
span { border-color: rgb(186,224,15); }
td.TdClassName
{
border-color: #BAE00F;
}
.TagClassName
{
border-color: #BAE00F;
}
</style>