Shades of Inch Worm #BAF512
Tints of Inch Worm #BAF512
RGB
CMYK
RGB Variations
Color information
#BAF512 (or 0xBAF512) is known color: Inch Worm. HEX triplet: BA, F5 and 12. RGB value is (186,245,18). Sum of RGB (Red+Green+Blue) = 186+245+18=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF512 is #450AED. Grayscale: #CACACA. Windows color (decimal): -4524782 or 1242554. OLE color: 1242554.
HSL color Cylindrical-coordinate representation of color #BAF512: hue angle of 75.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAF512 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 18 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.04 |
| HSL | 75.59º | 0.92% | 0.52% | - |
| HSV(B) | 75.59º | 0.93% | 0.96% | - |
| XYZ | 53.01 | 75.79 | 12.41 | - |
| YUV | 201.48 | 24.45 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 18 | 0.24 | 0 | 0.93 | 0.04 | 75.59 | 0.92 | 0.52 |
| Hex | BA | F5 | 12 | 18 | 0 | 5D | 4 | 4C | 5C | 34 |
| Octal | 272 | 365 | 22 | 30 | 0 | 135 | 4 | 114 | 134 | 64 |
| Binary | 10111010 | 11110101 | 10010 | 11000 | 0 | 1011101 | 100 | 1001100 | 1011100 | 110100 |
Color Harmonies of #BAF512
Complementary color
Monochromatic Colors of #BAF512
Black with #BAF512
Text Example
Text Example
White with #BAF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF512; }
p { color: rgb(186,245,18); }
H1.HeaderClassName
{
color: #BAF512;
}
.AnyTagClassName
{
color: #BAF512;
}
</style>
background-color css
<style>
a { background-color: #BAF512; }
a { background-color: rgb(186,245,18); }
div.DivClassName
{
background-color: #BAF512;
}
.BgClassName
{
background-color: #BAF512;
}
</style>
border-color css
<style>
span { border-color: #BAF512; }
span { border-color: rgb(186,245,18); }
td.TdClassName
{
border-color: #BAF512;
}
.TagClassName
{
border-color: #BAF512;
}
</style>