Shades of Inch Worm #BAF40E
Tints of Inch Worm #BAF40E
RGB
CMYK
RGB Variations
Color information
#BAF40E (or 0xBAF40E) is known color: Inch Worm. HEX triplet: BA, F4 and 0E. RGB value is (186,244,14). Sum of RGB (Red+Green+Blue) = 186+244+14=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF40E is #450BF1. Grayscale: #C9C9C9. Windows color (decimal): -4525042 or 980154. OLE color: 980154.
HSL color Cylindrical-coordinate representation of color #BAF40E: hue angle of 75.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAF40E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.04 |
| HSL | 75.13º | 0.91% | 0.51% | - |
| HSV(B) | 75.13º | 0.94% | 0.96% | - |
| XYZ | 52.68 | 75.17 | 12.15 | - |
| YUV | 200.44 | 22.78 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 14 | 0.24 | 0 | 0.94 | 0.04 | 75.13 | 0.91 | 0.51 |
| Hex | BA | F4 | E | 18 | 0 | 5E | 4 | 4B | 5B | 33 |
| Octal | 272 | 364 | 16 | 30 | 0 | 136 | 4 | 113 | 133 | 63 |
| Binary | 10111010 | 11110100 | 1110 | 11000 | 0 | 1011110 | 100 | 1001011 | 1011011 | 110011 |
Color Harmonies of #BAF40E
Complementary color
Monochromatic Colors of #BAF40E
Black with #BAF40E
Text Example
Text Example
White with #BAF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF40E; }
p { color: rgb(186,244,14); }
H1.HeaderClassName
{
color: #BAF40E;
}
.AnyTagClassName
{
color: #BAF40E;
}
</style>
background-color css
<style>
a { background-color: #BAF40E; }
a { background-color: rgb(186,244,14); }
div.DivClassName
{
background-color: #BAF40E;
}
.BgClassName
{
background-color: #BAF40E;
}
</style>
border-color css
<style>
span { border-color: #BAF40E; }
span { border-color: rgb(186,244,14); }
td.TdClassName
{
border-color: #BAF40E;
}
.TagClassName
{
border-color: #BAF40E;
}
</style>