Shades of Inch Worm #BAF00E
Tints of Inch Worm #BAF00E
RGB
CMYK
RGB Variations
Color information
#BAF00E (or 0xBAF00E) is known color: Inch Worm. HEX triplet: BA, F0 and 0E. RGB value is (186,240,14). Sum of RGB (Red+Green+Blue) = 186+240+14=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF00E is #450FF1. Grayscale: #C6C6C6. Windows color (decimal): -4526066 or 979130. OLE color: 979130.
HSL color Cylindrical-coordinate representation of color #BAF00E: hue angle of 74.34º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAF00E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.06 |
| HSL | 74.34º | 0.89% | 0.5% | - |
| HSV(B) | 74.34º | 0.94% | 0.94% | - |
| XYZ | 51.49 | 72.79 | 11.75 | - |
| YUV | 198.09 | 24.11 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 14 | 0.22 | 0 | 0.94 | 0.06 | 74.34 | 0.89 | 0.5 |
| Hex | BA | F0 | E | 16 | 0 | 5E | 6 | 4A | 59 | 32 |
| Octal | 272 | 360 | 16 | 26 | 0 | 136 | 6 | 112 | 131 | 62 |
| Binary | 10111010 | 11110000 | 1110 | 10110 | 0 | 1011110 | 110 | 1001010 | 1011001 | 110010 |
Color Harmonies of #BAF00E
Complementary color
Monochromatic Colors of #BAF00E
Black with #BAF00E
Text Example
Text Example
White with #BAF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF00E; }
p { color: rgb(186,240,14); }
H1.HeaderClassName
{
color: #BAF00E;
}
.AnyTagClassName
{
color: #BAF00E;
}
</style>
background-color css
<style>
a { background-color: #BAF00E; }
a { background-color: rgb(186,240,14); }
div.DivClassName
{
background-color: #BAF00E;
}
.BgClassName
{
background-color: #BAF00E;
}
</style>
border-color css
<style>
span { border-color: #BAF00E; }
span { border-color: rgb(186,240,14); }
td.TdClassName
{
border-color: #BAF00E;
}
.TagClassName
{
border-color: #BAF00E;
}
</style>