Shades of Inch Worm #BAE70D
Tints of Inch Worm #BAE70D
RGB
CMYK
RGB Variations
Color information
#BAE70D (or 0xBAE70D) is known color: Inch Worm. HEX triplet: BA, E7 and 0D. RGB value is (186,231,13). Sum of RGB (Red+Green+Blue) = 186+231+13=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE70D is #4518F2. Grayscale: #C1C1C1. Windows color (decimal): -4528371 or 911290. OLE color: 911290.
HSL color Cylindrical-coordinate representation of color #BAE70D: hue angle of 72.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE70D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.09 |
| HSL | 72.39º | 0.89% | 0.48% | - |
| HSV(B) | 72.39º | 0.94% | 0.91% | - |
| XYZ | 48.9 | 67.62 | 10.86 | - |
| YUV | 192.69 | 26.59 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 13 | 0.19 | 0 | 0.94 | 0.09 | 72.39 | 0.89 | 0.48 |
| Hex | BA | E7 | D | 13 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 272 | 347 | 15 | 23 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111010 | 11100111 | 1101 | 10011 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BAE70D
Complementary color
Monochromatic Colors of #BAE70D
Black with #BAE70D
Text Example
Text Example
White with #BAE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE70D; }
p { color: rgb(186,231,13); }
H1.HeaderClassName
{
color: #BAE70D;
}
.AnyTagClassName
{
color: #BAE70D;
}
</style>
background-color css
<style>
a { background-color: #BAE70D; }
a { background-color: rgb(186,231,13); }
div.DivClassName
{
background-color: #BAE70D;
}
.BgClassName
{
background-color: #BAE70D;
}
</style>
border-color css
<style>
span { border-color: #BAE70D; }
span { border-color: rgb(186,231,13); }
td.TdClassName
{
border-color: #BAE70D;
}
.TagClassName
{
border-color: #BAE70D;
}
</style>