Shades of Inch Worm #BADF07
Tints of Inch Worm #BADF07
RGB
CMYK
RGB Variations
Color information
#BADF07 (or 0xBADF07) is known color: Inch Worm. HEX triplet: BA, DF and 07. RGB value is (186,223,7). Sum of RGB (Red+Green+Blue) = 186+223+7=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF07 is #4520F8. Grayscale: #BCBCBC. Windows color (decimal): -4530425 or 516026. OLE color: 516026.
HSL color Cylindrical-coordinate representation of color #BADF07: hue angle of 70.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BADF07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.13 |
| HSL | 70.28º | 0.94% | 0.45% | - |
| HSV(B) | 70.28º | 0.97% | 0.87% | - |
| XYZ | 46.68 | 63.23 | 9.95 | - |
| YUV | 187.31 | 26.24 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 7 | 0.17 | 0 | 0.97 | 0.13 | 70.28 | 0.94 | 0.45 |
| Hex | BA | DF | 7 | 11 | 0 | 61 | D | 46 | 5E | 2D |
| Octal | 272 | 337 | 7 | 21 | 0 | 141 | 15 | 106 | 136 | 55 |
| Binary | 10111010 | 11011111 | 111 | 10001 | 0 | 1100001 | 1101 | 1000110 | 1011110 | 101101 |
Color Harmonies of #BADF07
Complementary color
Monochromatic Colors of #BADF07
Black with #BADF07
Text Example
Text Example
White with #BADF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF07; }
p { color: rgb(186,223,7); }
H1.HeaderClassName
{
color: #BADF07;
}
.AnyTagClassName
{
color: #BADF07;
}
</style>
background-color css
<style>
a { background-color: #BADF07; }
a { background-color: rgb(186,223,7); }
div.DivClassName
{
background-color: #BADF07;
}
.BgClassName
{
background-color: #BADF07;
}
</style>
border-color css
<style>
span { border-color: #BADF07; }
span { border-color: rgb(186,223,7); }
td.TdClassName
{
border-color: #BADF07;
}
.TagClassName
{
border-color: #BADF07;
}
</style>