Shades of Inch Worm #BAF010
Tints of Inch Worm #BAF010
RGB
CMYK
RGB Variations
Color information
#BAF010 (or 0xBAF010) is known color: Inch Worm. HEX triplet: BA, F0 and 10. RGB value is (186,240,16). Sum of RGB (Red+Green+Blue) = 186+240+16=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF010 is #450FEF. Grayscale: #C7C7C7. Windows color (decimal): -4526064 or 1110202. OLE color: 1110202.
HSL color Cylindrical-coordinate representation of color #BAF010: hue angle of 74.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAF010 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.06 |
| HSL | 74.46º | 0.88% | 0.5% | - |
| HSV(B) | 74.46º | 0.93% | 0.94% | - |
| XYZ | 51.5 | 72.8 | 11.83 | - |
| YUV | 198.32 | 25.11 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 16 | 0.22 | 0 | 0.93 | 0.06 | 74.46 | 0.88 | 0.5 |
| Hex | BA | F0 | 10 | 16 | 0 | 5D | 6 | 4A | 58 | 32 |
| Octal | 272 | 360 | 20 | 26 | 0 | 135 | 6 | 112 | 130 | 62 |
| Binary | 10111010 | 11110000 | 10000 | 10110 | 0 | 1011101 | 110 | 1001010 | 1011000 | 110010 |
Color Harmonies of #BAF010
Complementary color
Monochromatic Colors of #BAF010
Black with #BAF010
Text Example
Text Example
White with #BAF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF010; }
p { color: rgb(186,240,16); }
H1.HeaderClassName
{
color: #BAF010;
}
.AnyTagClassName
{
color: #BAF010;
}
</style>
background-color css
<style>
a { background-color: #BAF010; }
a { background-color: rgb(186,240,16); }
div.DivClassName
{
background-color: #BAF010;
}
.BgClassName
{
background-color: #BAF010;
}
</style>
border-color css
<style>
span { border-color: #BAF010; }
span { border-color: rgb(186,240,16); }
td.TdClassName
{
border-color: #BAF010;
}
.TagClassName
{
border-color: #BAF010;
}
</style>