Shades of Inch Worm #BAF119
Tints of Inch Worm #BAF119
RGB
CMYK
RGB Variations
Color information
#BAF119 (or 0xBAF119) is known color: Inch Worm. HEX triplet: BA, F1 and 19. RGB value is (186,241,25). Sum of RGB (Red+Green+Blue) = 186+241+25=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF119 is #450EE6. Grayscale: #C8C8C8. Windows color (decimal): -4525799 or 1700282. OLE color: 1700282.
HSL color Cylindrical-coordinate representation of color #BAF119: hue angle of 75.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAF119 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 25 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.28º | 0.89% | 0.52% | - |
| HSV(B) | 75.28º | 0.9% | 0.95% | - |
| XYZ | 51.88 | 73.42 | 12.36 | - |
| YUV | 199.93 | 29.28 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 25 | 0.23 | 0 | 0.90 | 0.05 | 75.28 | 0.89 | 0.52 |
| Hex | BA | F1 | 19 | 17 | 0 | 5A | 5 | 4B | 59 | 34 |
| Octal | 272 | 361 | 31 | 27 | 0 | 132 | 5 | 113 | 131 | 64 |
| Binary | 10111010 | 11110001 | 11001 | 10111 | 0 | 1011010 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BAF119
Complementary color
Monochromatic Colors of #BAF119
Black with #BAF119
Text Example
Text Example
White with #BAF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF119; }
p { color: rgb(186,241,25); }
H1.HeaderClassName
{
color: #BAF119;
}
.AnyTagClassName
{
color: #BAF119;
}
</style>
background-color css
<style>
a { background-color: #BAF119; }
a { background-color: rgb(186,241,25); }
div.DivClassName
{
background-color: #BAF119;
}
.BgClassName
{
background-color: #BAF119;
}
</style>
border-color css
<style>
span { border-color: #BAF119; }
span { border-color: rgb(186,241,25); }
td.TdClassName
{
border-color: #BAF119;
}
.TagClassName
{
border-color: #BAF119;
}
</style>