Shades of Inch Worm #BAF116
Tints of Inch Worm #BAF116
RGB
CMYK
RGB Variations
Color information
#BAF116 (or 0xBAF116) is known color: Inch Worm. HEX triplet: BA, F1 and 16. RGB value is (186,241,22). Sum of RGB (Red+Green+Blue) = 186+241+22=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF116 is #450EE9. Grayscale: #C8C8C8. Windows color (decimal): -4525802 or 1503674. OLE color: 1503674.
HSL color Cylindrical-coordinate representation of color #BAF116: hue angle of 75.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAF116 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 22 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.05 |
| HSL | 75.07º | 0.89% | 0.52% | - |
| HSV(B) | 75.07º | 0.91% | 0.95% | - |
| XYZ | 51.85 | 73.41 | 12.2 | - |
| YUV | 199.59 | 27.78 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 22 | 0.23 | 0 | 0.91 | 0.05 | 75.07 | 0.89 | 0.52 |
| Hex | BA | F1 | 16 | 17 | 0 | 5B | 5 | 4B | 59 | 34 |
| Octal | 272 | 361 | 26 | 27 | 0 | 133 | 5 | 113 | 131 | 64 |
| Binary | 10111010 | 11110001 | 10110 | 10111 | 0 | 1011011 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BAF116
Complementary color
Monochromatic Colors of #BAF116
Black with #BAF116
Text Example
Text Example
White with #BAF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF116; }
p { color: rgb(186,241,22); }
H1.HeaderClassName
{
color: #BAF116;
}
.AnyTagClassName
{
color: #BAF116;
}
</style>
background-color css
<style>
a { background-color: #BAF116; }
a { background-color: rgb(186,241,22); }
div.DivClassName
{
background-color: #BAF116;
}
.BgClassName
{
background-color: #BAF116;
}
</style>
border-color css
<style>
span { border-color: #BAF116; }
span { border-color: rgb(186,241,22); }
td.TdClassName
{
border-color: #BAF116;
}
.TagClassName
{
border-color: #BAF116;
}
</style>