Shades of Inch Worm #BAF223
Tints of Inch Worm #BAF223
RGB
CMYK
RGB Variations
Color information
#BAF223 (or 0xBAF223) is known color: Inch Worm. HEX triplet: BA, F2 and 23. RGB value is (186,242,35). Sum of RGB (Red+Green+Blue) = 186+242+35=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF223 is #450DDC. Grayscale: #CACACA. Windows color (decimal): -4525533 or 2355898. OLE color: 2355898.
HSL color Cylindrical-coordinate representation of color #BAF223: hue angle of 76.23º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAF223 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 35 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.05 |
| HSL | 76.23º | 0.89% | 0.54% | - |
| HSV(B) | 76.23º | 0.86% | 0.95% | - |
| XYZ | 52.31 | 74.06 | 13.13 | - |
| YUV | 201.66 | 33.95 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 35 | 0.23 | 0 | 0.86 | 0.05 | 76.23 | 0.89 | 0.54 |
| Hex | BA | F2 | 23 | 17 | 0 | 56 | 5 | 4C | 59 | 36 |
| Octal | 272 | 362 | 43 | 27 | 0 | 126 | 5 | 114 | 131 | 66 |
| Binary | 10111010 | 11110010 | 100011 | 10111 | 0 | 1010110 | 101 | 1001100 | 1011001 | 110110 |
Color Harmonies of #BAF223
Complementary color
Monochromatic Colors of #BAF223
Black with #BAF223
Text Example
Text Example
White with #BAF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF223; }
p { color: rgb(186,242,35); }
H1.HeaderClassName
{
color: #BAF223;
}
.AnyTagClassName
{
color: #BAF223;
}
</style>
background-color css
<style>
a { background-color: #BAF223; }
a { background-color: rgb(186,242,35); }
div.DivClassName
{
background-color: #BAF223;
}
.BgClassName
{
background-color: #BAF223;
}
</style>
border-color css
<style>
span { border-color: #BAF223; }
span { border-color: rgb(186,242,35); }
td.TdClassName
{
border-color: #BAF223;
}
.TagClassName
{
border-color: #BAF223;
}
</style>