Shades of Inch Worm #BAF717
Tints of Inch Worm #BAF717
RGB
CMYK
RGB Variations
Color information
#BAF717 (or 0xBAF717) is known color: Inch Worm. HEX triplet: BA, F7 and 17. RGB value is (186,247,23). Sum of RGB (Red+Green+Blue) = 186+247+23=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF717 is #4508E8. Grayscale: #CCCCCC. Windows color (decimal): -4524265 or 1570746. OLE color: 1570746.
HSL color Cylindrical-coordinate representation of color #BAF717: hue angle of 76.34º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAF717 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 23 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.03 |
| HSL | 76.34º | 0.93% | 0.53% | - |
| HSV(B) | 76.34º | 0.91% | 0.97% | - |
| XYZ | 53.67 | 77.02 | 12.85 | - |
| YUV | 203.23 | 26.29 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 23 | 0.25 | 0 | 0.91 | 0.03 | 76.34 | 0.93 | 0.53 |
| Hex | BA | F7 | 17 | 19 | 0 | 5B | 3 | 4C | 5D | 35 |
| Octal | 272 | 367 | 27 | 31 | 0 | 133 | 3 | 114 | 135 | 65 |
| Binary | 10111010 | 11110111 | 10111 | 11001 | 0 | 1011011 | 11 | 1001100 | 1011101 | 110101 |
Color Harmonies of #BAF717
Complementary color
Monochromatic Colors of #BAF717
Black with #BAF717
Text Example
Text Example
White with #BAF717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF717; }
p { color: rgb(186,247,23); }
H1.HeaderClassName
{
color: #BAF717;
}
.AnyTagClassName
{
color: #BAF717;
}
</style>
background-color css
<style>
a { background-color: #BAF717; }
a { background-color: rgb(186,247,23); }
div.DivClassName
{
background-color: #BAF717;
}
.BgClassName
{
background-color: #BAF717;
}
</style>
border-color css
<style>
span { border-color: #BAF717; }
span { border-color: rgb(186,247,23); }
td.TdClassName
{
border-color: #BAF717;
}
.TagClassName
{
border-color: #BAF717;
}
</style>