Shades of Inch Worm #BAF218
Tints of Inch Worm #BAF218
RGB
CMYK
RGB Variations
Color information
#BAF218 (or 0xBAF218) is known color: Inch Worm. HEX triplet: BA, F2 and 18. RGB value is (186,242,24). Sum of RGB (Red+Green+Blue) = 186+242+24=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF218 is #450DE7. Grayscale: #C9C9C9. Windows color (decimal): -4525544 or 1635002. OLE color: 1635002.
HSL color Cylindrical-coordinate representation of color #BAF218: hue angle of 75.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAF218 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 24 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.41º | 0.89% | 0.52% | - |
| HSV(B) | 75.41º | 0.9% | 0.95% | - |
| XYZ | 52.17 | 74.01 | 12.4 | - |
| YUV | 200.4 | 28.45 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 24 | 0.23 | 0 | 0.90 | 0.05 | 75.41 | 0.89 | 0.52 |
| Hex | BA | F2 | 18 | 17 | 0 | 5A | 5 | 4B | 59 | 34 |
| Octal | 272 | 362 | 30 | 27 | 0 | 132 | 5 | 113 | 131 | 64 |
| Binary | 10111010 | 11110010 | 11000 | 10111 | 0 | 1011010 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BAF218
Complementary color
Monochromatic Colors of #BAF218
Black with #BAF218
Text Example
Text Example
White with #BAF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF218; }
p { color: rgb(186,242,24); }
H1.HeaderClassName
{
color: #BAF218;
}
.AnyTagClassName
{
color: #BAF218;
}
</style>
background-color css
<style>
a { background-color: #BAF218; }
a { background-color: rgb(186,242,24); }
div.DivClassName
{
background-color: #BAF218;
}
.BgClassName
{
background-color: #BAF218;
}
</style>
border-color css
<style>
span { border-color: #BAF218; }
span { border-color: rgb(186,242,24); }
td.TdClassName
{
border-color: #BAF218;
}
.TagClassName
{
border-color: #BAF218;
}
</style>