Shades of Inch Worm #BAF20C
Tints of Inch Worm #BAF20C
RGB
CMYK
RGB Variations
Color information
#BAF20C (or 0xBAF20C) is known color: Inch Worm. HEX triplet: BA, F2 and 0C. RGB value is (186,242,12). Sum of RGB (Red+Green+Blue) = 186+242+12=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF20C is #450DF3. Grayscale: #C7C7C7. Windows color (decimal): -4525556 or 848570. OLE color: 848570.
HSL color Cylindrical-coordinate representation of color #BAF20C: hue angle of 74.61º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF20C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.61º | 0.91% | 0.5% | - |
| HSV(B) | 74.61º | 0.95% | 0.95% | - |
| XYZ | 52.07 | 73.97 | 11.88 | - |
| YUV | 199.04 | 22.45 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 12 | 0.23 | 0 | 0.95 | 0.05 | 74.61 | 0.91 | 0.5 |
| Hex | BA | F2 | C | 17 | 0 | 5F | 5 | 4B | 5B | 32 |
| Octal | 272 | 362 | 14 | 27 | 0 | 137 | 5 | 113 | 133 | 62 |
| Binary | 10111010 | 11110010 | 1100 | 10111 | 0 | 1011111 | 101 | 1001011 | 1011011 | 110010 |
Color Harmonies of #BAF20C
Complementary color
Monochromatic Colors of #BAF20C
Black with #BAF20C
Text Example
Text Example
White with #BAF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF20C; }
p { color: rgb(186,242,12); }
H1.HeaderClassName
{
color: #BAF20C;
}
.AnyTagClassName
{
color: #BAF20C;
}
</style>
background-color css
<style>
a { background-color: #BAF20C; }
a { background-color: rgb(186,242,12); }
div.DivClassName
{
background-color: #BAF20C;
}
.BgClassName
{
background-color: #BAF20C;
}
</style>
border-color css
<style>
span { border-color: #BAF20C; }
span { border-color: rgb(186,242,12); }
td.TdClassName
{
border-color: #BAF20C;
}
.TagClassName
{
border-color: #BAF20C;
}
</style>