Shades of Inch Worm #BAF30E
Tints of Inch Worm #BAF30E
RGB
CMYK
RGB Variations
Color information
#BAF30E (or 0xBAF30E) is known color: Inch Worm. HEX triplet: BA, F3 and 0E. RGB value is (186,243,14). Sum of RGB (Red+Green+Blue) = 186+243+14=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF30E is #450CF1. Grayscale: #C8C8C8. Windows color (decimal): -4525298 or 979898. OLE color: 979898.
HSL color Cylindrical-coordinate representation of color #BAF30E: hue angle of 74.93º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAF30E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.05 |
| HSL | 74.93º | 0.91% | 0.5% | - |
| HSV(B) | 74.93º | 0.94% | 0.95% | - |
| XYZ | 52.38 | 74.57 | 12.05 | - |
| YUV | 199.85 | 23.12 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 14 | 0.23 | 0 | 0.94 | 0.05 | 74.93 | 0.91 | 0.5 |
| Hex | BA | F3 | E | 17 | 0 | 5E | 5 | 4B | 5B | 32 |
| Octal | 272 | 363 | 16 | 27 | 0 | 136 | 5 | 113 | 133 | 62 |
| Binary | 10111010 | 11110011 | 1110 | 10111 | 0 | 1011110 | 101 | 1001011 | 1011011 | 110010 |
Color Harmonies of #BAF30E
Complementary color
Monochromatic Colors of #BAF30E
Black with #BAF30E
Text Example
Text Example
White with #BAF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF30E; }
p { color: rgb(186,243,14); }
H1.HeaderClassName
{
color: #BAF30E;
}
.AnyTagClassName
{
color: #BAF30E;
}
</style>
background-color css
<style>
a { background-color: #BAF30E; }
a { background-color: rgb(186,243,14); }
div.DivClassName
{
background-color: #BAF30E;
}
.BgClassName
{
background-color: #BAF30E;
}
</style>
border-color css
<style>
span { border-color: #BAF30E; }
span { border-color: rgb(186,243,14); }
td.TdClassName
{
border-color: #BAF30E;
}
.TagClassName
{
border-color: #BAF30E;
}
</style>