Shades of Inch Worm #BAE80F
Tints of Inch Worm #BAE80F
RGB
CMYK
RGB Variations
Color information
#BAE80F (or 0xBAE80F) is known color: Inch Worm. HEX triplet: BA, E8 and 0F. RGB value is (186,232,15). Sum of RGB (Red+Green+Blue) = 186+232+15=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE80F is #4517F0. Grayscale: #C2C2C2. Windows color (decimal): -4528113 or 1042618. OLE color: 1042618.
HSL color Cylindrical-coordinate representation of color #BAE80F: hue angle of 72.72º 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 #BAE80F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 15 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.09 |
| HSL | 72.72º | 0.88% | 0.48% | - |
| HSV(B) | 72.72º | 0.94% | 0.91% | - |
| XYZ | 49.19 | 68.19 | 11.02 | - |
| YUV | 193.51 | 27.26 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 15 | 0.20 | 0 | 0.94 | 0.09 | 72.72 | 0.88 | 0.48 |
| Hex | BA | E8 | F | 14 | 0 | 5E | 9 | 49 | 58 | 30 |
| Octal | 272 | 350 | 17 | 24 | 0 | 136 | 11 | 111 | 130 | 60 |
| Binary | 10111010 | 11101000 | 1111 | 10100 | 0 | 1011110 | 1001 | 1001001 | 1011000 | 110000 |
Color Harmonies of #BAE80F
Complementary color
Monochromatic Colors of #BAE80F
Black with #BAE80F
Text Example
Text Example
White with #BAE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE80F; }
p { color: rgb(186,232,15); }
H1.HeaderClassName
{
color: #BAE80F;
}
.AnyTagClassName
{
color: #BAE80F;
}
</style>
background-color css
<style>
a { background-color: #BAE80F; }
a { background-color: rgb(186,232,15); }
div.DivClassName
{
background-color: #BAE80F;
}
.BgClassName
{
background-color: #BAE80F;
}
</style>
border-color css
<style>
span { border-color: #BAE80F; }
span { border-color: rgb(186,232,15); }
td.TdClassName
{
border-color: #BAE80F;
}
.TagClassName
{
border-color: #BAE80F;
}
</style>