Shades of Inch Worm #BAE31F
Tints of Inch Worm #BAE31F
RGB
CMYK
RGB Variations
Color information
#BAE31F (or 0xBAE31F) is known color: Inch Worm. HEX triplet: BA, E3 and 1F. RGB value is (186,227,31). Sum of RGB (Red+Green+Blue) = 186+227+31=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE31F is #451CE0. Grayscale: #C1C1C1. Windows color (decimal): -4529377 or 2089914. OLE color: 2089914.
HSL color Cylindrical-coordinate representation of color #BAE31F: hue angle of 72.55º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE31F is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 31 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.11 |
| HSL | 72.55º | 0.78% | 0.51% | - |
| HSV(B) | 72.55º | 0.86% | 0.89% | - |
| XYZ | 47.97 | 65.48 | 11.41 | - |
| YUV | 192.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 31 | 0.18 | 0 | 0.86 | 0.11 | 72.55 | 0.78 | 0.51 |
| Hex | BA | E3 | 1F | 12 | 0 | 56 | B | 49 | 4E | 33 |
| Octal | 272 | 343 | 37 | 22 | 0 | 126 | 13 | 111 | 116 | 63 |
| Binary | 10111010 | 11100011 | 11111 | 10010 | 0 | 1010110 | 1011 | 1001001 | 1001110 | 110011 |
Color Harmonies of #BAE31F
Complementary color
Monochromatic Colors of #BAE31F
Black with #BAE31F
Text Example
Text Example
White with #BAE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE31F; }
p { color: rgb(186,227,31); }
H1.HeaderClassName
{
color: #BAE31F;
}
.AnyTagClassName
{
color: #BAE31F;
}
</style>
background-color css
<style>
a { background-color: #BAE31F; }
a { background-color: rgb(186,227,31); }
div.DivClassName
{
background-color: #BAE31F;
}
.BgClassName
{
background-color: #BAE31F;
}
</style>
border-color css
<style>
span { border-color: #BAE31F; }
span { border-color: rgb(186,227,31); }
td.TdClassName
{
border-color: #BAE31F;
}
.TagClassName
{
border-color: #BAE31F;
}
</style>