Shades of Inch Worm #BAF20F
Tints of Inch Worm #BAF20F
RGB
CMYK
RGB Variations
Color information
#BAF20F (or 0xBAF20F) is known color: Inch Worm. HEX triplet: BA, F2 and 0F. RGB value is (186,242,15). Sum of RGB (Red+Green+Blue) = 186+242+15=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF20F is #450DF0. Grayscale: #C8C8C8. Windows color (decimal): -4525553 or 1045178. OLE color: 1045178.
HSL color Cylindrical-coordinate representation of color #BAF20F: hue angle of 74.8º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAF20F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 15 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.05 |
| HSL | 74.8º | 0.9% | 0.5% | - |
| HSV(B) | 74.8º | 0.94% | 0.95% | - |
| XYZ | 52.09 | 73.98 | 11.99 | - |
| YUV | 199.38 | 23.95 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 15 | 0.23 | 0 | 0.94 | 0.05 | 74.8 | 0.9 | 0.5 |
| Hex | BA | F2 | F | 17 | 0 | 5E | 5 | 4B | 5A | 32 |
| Octal | 272 | 362 | 17 | 27 | 0 | 136 | 5 | 113 | 132 | 62 |
| Binary | 10111010 | 11110010 | 1111 | 10111 | 0 | 1011110 | 101 | 1001011 | 1011010 | 110010 |
Color Harmonies of #BAF20F
Complementary color
Monochromatic Colors of #BAF20F
Black with #BAF20F
Text Example
Text Example
White with #BAF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF20F; }
p { color: rgb(186,242,15); }
H1.HeaderClassName
{
color: #BAF20F;
}
.AnyTagClassName
{
color: #BAF20F;
}
</style>
background-color css
<style>
a { background-color: #BAF20F; }
a { background-color: rgb(186,242,15); }
div.DivClassName
{
background-color: #BAF20F;
}
.BgClassName
{
background-color: #BAF20F;
}
</style>
border-color css
<style>
span { border-color: #BAF20F; }
span { border-color: rgb(186,242,15); }
td.TdClassName
{
border-color: #BAF20F;
}
.TagClassName
{
border-color: #BAF20F;
}
</style>