Shades of Inch Worm #BAF114
Tints of Inch Worm #BAF114
RGB
CMYK
RGB Variations
Color information
#BAF114 (or 0xBAF114) is known color: Inch Worm. HEX triplet: BA, F1 and 14. RGB value is (186,241,20). Sum of RGB (Red+Green+Blue) = 186+241+20=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF114 is #450EEB. Grayscale: #C8C8C8. Windows color (decimal): -4525804 or 1372602. OLE color: 1372602.
HSL color Cylindrical-coordinate representation of color #BAF114: hue angle of 74.93º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAF114 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 20 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.05 |
| HSL | 74.93º | 0.89% | 0.51% | - |
| HSV(B) | 74.93º | 0.92% | 0.95% | - |
| XYZ | 51.83 | 73.4 | 12.1 | - |
| YUV | 199.36 | 26.78 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 20 | 0.23 | 0 | 0.92 | 0.05 | 74.93 | 0.89 | 0.51 |
| Hex | BA | F1 | 14 | 17 | 0 | 5C | 5 | 4B | 59 | 33 |
| Octal | 272 | 361 | 24 | 27 | 0 | 134 | 5 | 113 | 131 | 63 |
| Binary | 10111010 | 11110001 | 10100 | 10111 | 0 | 1011100 | 101 | 1001011 | 1011001 | 110011 |
Color Harmonies of #BAF114
Complementary color
Monochromatic Colors of #BAF114
Black with #BAF114
Text Example
Text Example
White with #BAF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF114; }
p { color: rgb(186,241,20); }
H1.HeaderClassName
{
color: #BAF114;
}
.AnyTagClassName
{
color: #BAF114;
}
</style>
background-color css
<style>
a { background-color: #BAF114; }
a { background-color: rgb(186,241,20); }
div.DivClassName
{
background-color: #BAF114;
}
.BgClassName
{
background-color: #BAF114;
}
</style>
border-color css
<style>
span { border-color: #BAF114; }
span { border-color: rgb(186,241,20); }
td.TdClassName
{
border-color: #BAF114;
}
.TagClassName
{
border-color: #BAF114;
}
</style>