Shades of Inch Worm #BAE50F
Tints of Inch Worm #BAE50F
RGB
CMYK
RGB Variations
Color information
#BAE50F (or 0xBAE50F) is known color: Inch Worm. HEX triplet: BA, E5 and 0F. RGB value is (186,229,15). Sum of RGB (Red+Green+Blue) = 186+229+15=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE50F is #451AF0. Grayscale: #C0C0C0. Windows color (decimal): -4528881 or 1041850. OLE color: 1041850.
HSL color Cylindrical-coordinate representation of color #BAE50F: hue angle of 72.06º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE50F is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 15 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.10 |
| HSL | 72.06º | 0.88% | 0.48% | - |
| HSV(B) | 72.06º | 0.93% | 0.9% | - |
| XYZ | 48.36 | 66.51 | 10.74 | - |
| YUV | 191.75 | 28.25 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 15 | 0.19 | 0 | 0.93 | 0.10 | 72.06 | 0.88 | 0.48 |
| Hex | BA | E5 | F | 13 | 0 | 5D | A | 48 | 58 | 30 |
| Octal | 272 | 345 | 17 | 23 | 0 | 135 | 12 | 110 | 130 | 60 |
| Binary | 10111010 | 11100101 | 1111 | 10011 | 0 | 1011101 | 1010 | 1001000 | 1011000 | 110000 |
Color Harmonies of #BAE50F
Complementary color
Monochromatic Colors of #BAE50F
Black with #BAE50F
Text Example
Text Example
White with #BAE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE50F; }
p { color: rgb(186,229,15); }
H1.HeaderClassName
{
color: #BAE50F;
}
.AnyTagClassName
{
color: #BAE50F;
}
</style>
background-color css
<style>
a { background-color: #BAE50F; }
a { background-color: rgb(186,229,15); }
div.DivClassName
{
background-color: #BAE50F;
}
.BgClassName
{
background-color: #BAE50F;
}
</style>
border-color css
<style>
span { border-color: #BAE50F; }
span { border-color: rgb(186,229,15); }
td.TdClassName
{
border-color: #BAE50F;
}
.TagClassName
{
border-color: #BAE50F;
}
</style>