Shades of Inch Worm #BAFC14
Tints of Inch Worm #BAFC14
RGB
CMYK
RGB Variations
Color information
#BAFC14 (or 0xBAFC14) is known color: Inch Worm. HEX triplet: BA, FC and 14. RGB value is (186,252,20). Sum of RGB (Red+Green+Blue) = 186+252+20=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC14 is #4503EB. Grayscale: #CECECE. Windows color (decimal): -4522988 or 1375418. OLE color: 1375418.
HSL color Cylindrical-coordinate representation of color #BAFC14: hue angle of 77.07º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAFC14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.01 |
| HSL | 77.07º | 0.97% | 0.53% | - |
| HSV(B) | 77.07º | 0.92% | 0.99% | - |
| XYZ | 55.19 | 80.11 | 13.22 | - |
| YUV | 205.82 | 23.13 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 20 | 0.26 | 0 | 0.92 | 0.01 | 77.07 | 0.97 | 0.53 |
| Hex | BA | FC | 14 | 1A | 0 | 5C | 1 | 4D | 61 | 35 |
| Octal | 272 | 374 | 24 | 32 | 0 | 134 | 1 | 115 | 141 | 65 |
| Binary | 10111010 | 11111100 | 10100 | 11010 | 0 | 1011100 | 1 | 1001101 | 1100001 | 110101 |
Color Harmonies of #BAFC14
Complementary color
Monochromatic Colors of #BAFC14
Black with #BAFC14
Text Example
Text Example
White with #BAFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC14; }
p { color: rgb(186,252,20); }
H1.HeaderClassName
{
color: #BAFC14;
}
.AnyTagClassName
{
color: #BAFC14;
}
</style>
background-color css
<style>
a { background-color: #BAFC14; }
a { background-color: rgb(186,252,20); }
div.DivClassName
{
background-color: #BAFC14;
}
.BgClassName
{
background-color: #BAFC14;
}
</style>
border-color css
<style>
span { border-color: #BAFC14; }
span { border-color: rgb(186,252,20); }
td.TdClassName
{
border-color: #BAFC14;
}
.TagClassName
{
border-color: #BAFC14;
}
</style>