Shades of Inch Worm #BAF71C
Tints of Inch Worm #BAF71C
RGB
CMYK
RGB Variations
Color information
#BAF71C (or 0xBAF71C) is known color: Inch Worm. HEX triplet: BA, F7 and 1C. RGB value is (186,247,28). Sum of RGB (Red+Green+Blue) = 186+247+28=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF71C is #4508E3. Grayscale: #CCCCCC. Windows color (decimal): -4524260 or 1898426. OLE color: 1898426.
HSL color Cylindrical-coordinate representation of color #BAF71C: hue angle of 76.71º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAF71C is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 28 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.03 |
| HSL | 76.71º | 0.93% | 0.54% | - |
| HSV(B) | 76.71º | 0.89% | 0.97% | - |
| XYZ | 53.72 | 77.04 | 13.14 | - |
| YUV | 203.8 | 28.79 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 28 | 0.25 | 0 | 0.89 | 0.03 | 76.71 | 0.93 | 0.54 |
| Hex | BA | F7 | 1C | 19 | 0 | 59 | 3 | 4D | 5D | 36 |
| Octal | 272 | 367 | 34 | 31 | 0 | 131 | 3 | 115 | 135 | 66 |
| Binary | 10111010 | 11110111 | 11100 | 11001 | 0 | 1011001 | 11 | 1001101 | 1011101 | 110110 |
Color Harmonies of #BAF71C
Complementary color
Monochromatic Colors of #BAF71C
Black with #BAF71C
Text Example
Text Example
White with #BAF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF71C; }
p { color: rgb(186,247,28); }
H1.HeaderClassName
{
color: #BAF71C;
}
.AnyTagClassName
{
color: #BAF71C;
}
</style>
background-color css
<style>
a { background-color: #BAF71C; }
a { background-color: rgb(186,247,28); }
div.DivClassName
{
background-color: #BAF71C;
}
.BgClassName
{
background-color: #BAF71C;
}
</style>
border-color css
<style>
span { border-color: #BAF71C; }
span { border-color: rgb(186,247,28); }
td.TdClassName
{
border-color: #BAF71C;
}
.TagClassName
{
border-color: #BAF71C;
}
</style>