Shades of Inch Worm #BAF115
Tints of Inch Worm #BAF115
RGB
CMYK
RGB Variations
Color information
#BAF115 (or 0xBAF115) is known color: Inch Worm. HEX triplet: BA, F1 and 15. RGB value is (186,241,21). Sum of RGB (Red+Green+Blue) = 186+241+21=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF115 is #450EEA. Grayscale: #C8C8C8. Windows color (decimal): -4525803 or 1438138. OLE color: 1438138.
HSL color Cylindrical-coordinate representation of color #BAF115: hue angle of 75º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAF115 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 21 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.05 |
| HSL | 75º | 0.89% | 0.51% | - |
| HSV(B) | 75º | 0.91% | 0.95% | - |
| XYZ | 51.84 | 73.4 | 12.15 | - |
| YUV | 199.48 | 27.28 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 21 | 0.23 | 0 | 0.91 | 0.05 | 75 | 0.89 | 0.51 |
| Hex | BA | F1 | 15 | 17 | 0 | 5B | 5 | 4B | 59 | 33 |
| Octal | 272 | 361 | 25 | 27 | 0 | 133 | 5 | 113 | 131 | 63 |
| Binary | 10111010 | 11110001 | 10101 | 10111 | 0 | 1011011 | 101 | 1001011 | 1011001 | 110011 |
Color Harmonies of #BAF115
Complementary color
Monochromatic Colors of #BAF115
Black with #BAF115
Text Example
Text Example
White with #BAF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF115; }
p { color: rgb(186,241,21); }
H1.HeaderClassName
{
color: #BAF115;
}
.AnyTagClassName
{
color: #BAF115;
}
</style>
background-color css
<style>
a { background-color: #BAF115; }
a { background-color: rgb(186,241,21); }
div.DivClassName
{
background-color: #BAF115;
}
.BgClassName
{
background-color: #BAF115;
}
</style>
border-color css
<style>
span { border-color: #BAF115; }
span { border-color: rgb(186,241,21); }
td.TdClassName
{
border-color: #BAF115;
}
.TagClassName
{
border-color: #BAF115;
}
</style>