Shades of Inch Worm #BAF819
Tints of Inch Worm #BAF819
RGB
CMYK
RGB Variations
Color information
#BAF819 (or 0xBAF819) is known color: Inch Worm. HEX triplet: BA, F8 and 19. RGB value is (186,248,25). Sum of RGB (Red+Green+Blue) = 186+248+25=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF819 is #4507E6. Grayscale: #CCCCCC. Windows color (decimal): -4524007 or 1702074. OLE color: 1702074.
HSL color Cylindrical-coordinate representation of color #BAF819: hue angle of 76.68º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAF819 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 25 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.03 |
| HSL | 76.68º | 0.94% | 0.54% | - |
| HSV(B) | 76.68º | 0.9% | 0.97% | - |
| XYZ | 53.99 | 77.64 | 13.06 | - |
| YUV | 204.04 | 26.96 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 25 | 0.25 | 0 | 0.90 | 0.03 | 76.68 | 0.94 | 0.54 |
| Hex | BA | F8 | 19 | 19 | 0 | 5A | 3 | 4D | 5E | 36 |
| Octal | 272 | 370 | 31 | 31 | 0 | 132 | 3 | 115 | 136 | 66 |
| Binary | 10111010 | 11111000 | 11001 | 11001 | 0 | 1011010 | 11 | 1001101 | 1011110 | 110110 |
Color Harmonies of #BAF819
Complementary color
Monochromatic Colors of #BAF819
Black with #BAF819
Text Example
Text Example
White with #BAF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF819; }
p { color: rgb(186,248,25); }
H1.HeaderClassName
{
color: #BAF819;
}
.AnyTagClassName
{
color: #BAF819;
}
</style>
background-color css
<style>
a { background-color: #BAF819; }
a { background-color: rgb(186,248,25); }
div.DivClassName
{
background-color: #BAF819;
}
.BgClassName
{
background-color: #BAF819;
}
</style>
border-color css
<style>
span { border-color: #BAF819; }
span { border-color: rgb(186,248,25); }
td.TdClassName
{
border-color: #BAF819;
}
.TagClassName
{
border-color: #BAF819;
}
</style>