Shades of Inch Worm #BAE70F
Tints of Inch Worm #BAE70F
RGB
CMYK
RGB Variations
Color information
#BAE70F (or 0xBAE70F) is known color: Inch Worm. HEX triplet: BA, E7 and 0F. RGB value is (186,231,15). Sum of RGB (Red+Green+Blue) = 186+231+15=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 231 (90.62% from 255 or 53.47% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE70F is #4518F0. Grayscale: #C1C1C1. Windows color (decimal): -4528369 or 1042362. OLE color: 1042362.
HSL color Cylindrical-coordinate representation of color #BAE70F: hue angle of 72.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE70F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.09 |
| HSL | 72.5º | 0.88% | 0.48% | - |
| HSV(B) | 72.5º | 0.94% | 0.91% | - |
| XYZ | 48.91 | 67.63 | 10.93 | - |
| YUV | 192.92 | 27.59 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 15 | 0.19 | 0 | 0.94 | 0.09 | 72.5 | 0.88 | 0.48 |
| Hex | BA | E7 | F | 13 | 0 | 5E | 9 | 48 | 58 | 30 |
| Octal | 272 | 347 | 17 | 23 | 0 | 136 | 11 | 110 | 130 | 60 |
| Binary | 10111010 | 11100111 | 1111 | 10011 | 0 | 1011110 | 1001 | 1001000 | 1011000 | 110000 |
Color Harmonies of #BAE70F
Complementary color
Monochromatic Colors of #BAE70F
Black with #BAE70F
Text Example
Text Example
White with #BAE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE70F; }
p { color: rgb(186,231,15); }
H1.HeaderClassName
{
color: #BAE70F;
}
.AnyTagClassName
{
color: #BAE70F;
}
</style>
background-color css
<style>
a { background-color: #BAE70F; }
a { background-color: rgb(186,231,15); }
div.DivClassName
{
background-color: #BAE70F;
}
.BgClassName
{
background-color: #BAE70F;
}
</style>
border-color css
<style>
span { border-color: #BAE70F; }
span { border-color: rgb(186,231,15); }
td.TdClassName
{
border-color: #BAE70F;
}
.TagClassName
{
border-color: #BAE70F;
}
</style>