Shades of Inch Worm #BAF211
Tints of Inch Worm #BAF211
RGB
CMYK
RGB Variations
Color information
#BAF211 (or 0xBAF211) is known color: Inch Worm. HEX triplet: BA, F2 and 11. RGB value is (186,242,17). Sum of RGB (Red+Green+Blue) = 186+242+17=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF211 is #450DEE. Grayscale: #C8C8C8. Windows color (decimal): -4525551 or 1176250. OLE color: 1176250.
HSL color Cylindrical-coordinate representation of color #BAF211: hue angle of 74.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAF211 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.05 |
| HSL | 74.93º | 0.9% | 0.51% | - |
| HSV(B) | 74.93º | 0.93% | 0.95% | - |
| XYZ | 52.1 | 73.98 | 12.06 | - |
| YUV | 199.61 | 24.95 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 17 | 0.23 | 0 | 0.93 | 0.05 | 74.93 | 0.9 | 0.51 |
| Hex | BA | F2 | 11 | 17 | 0 | 5D | 5 | 4B | 5A | 33 |
| Octal | 272 | 362 | 21 | 27 | 0 | 135 | 5 | 113 | 132 | 63 |
| Binary | 10111010 | 11110010 | 10001 | 10111 | 0 | 1011101 | 101 | 1001011 | 1011010 | 110011 |
Color Harmonies of #BAF211
Complementary color
Monochromatic Colors of #BAF211
Black with #BAF211
Text Example
Text Example
White with #BAF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF211; }
p { color: rgb(186,242,17); }
H1.HeaderClassName
{
color: #BAF211;
}
.AnyTagClassName
{
color: #BAF211;
}
</style>
background-color css
<style>
a { background-color: #BAF211; }
a { background-color: rgb(186,242,17); }
div.DivClassName
{
background-color: #BAF211;
}
.BgClassName
{
background-color: #BAF211;
}
</style>
border-color css
<style>
span { border-color: #BAF211; }
span { border-color: rgb(186,242,17); }
td.TdClassName
{
border-color: #BAF211;
}
.TagClassName
{
border-color: #BAF211;
}
</style>