Shades of Inch Worm #BAE700
Tints of Inch Worm #BAE700
RGB
CMYK
RGB Variations
Color information
#BAE700 (or 0xBAE700) is known color: Inch Worm. HEX triplet: BA, E7 and 00. RGB value is (186,231,0). Sum of RGB (Red+Green+Blue) = 186+231+0=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE700 is #4518FF. Grayscale: #C0C0C0. Windows color (decimal): -4528384 or 59322. OLE color: 59322.
HSL color Cylindrical-coordinate representation of color #BAE700: hue angle of 71.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAE700 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.09 |
| HSL | 71.69º | 1% | 0.45% | - |
| HSV(B) | 71.69º | 1% | 0.91% | - |
| XYZ | 48.83 | 67.59 | 10.47 | - |
| YUV | 191.21 | 20.09 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 0 | 0.19 | 0 | 1 | 0.09 | 71.69 | 1 | 0.45 |
| Hex | BA | E7 | 0 | 13 | 0 | 64 | 9 | 48 | 64 | 2D |
| Octal | 272 | 347 | 0 | 23 | 0 | 144 | 11 | 110 | 144 | 55 |
| Binary | 10111010 | 11100111 | 0 | 10011 | 0 | 1100100 | 1001 | 1001000 | 1100100 | 101101 |
Color Harmonies of #BAE700
Complementary color
Monochromatic Colors of #BAE700
Black with #BAE700
Text Example
Text Example
White with #BAE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE700; }
p { color: rgb(186,231,0); }
H1.HeaderClassName
{
color: #BAE700;
}
.AnyTagClassName
{
color: #BAE700;
}
</style>
background-color css
<style>
a { background-color: #BAE700; }
a { background-color: rgb(186,231,0); }
div.DivClassName
{
background-color: #BAE700;
}
.BgClassName
{
background-color: #BAE700;
}
</style>
border-color css
<style>
span { border-color: #BAE700; }
span { border-color: rgb(186,231,0); }
td.TdClassName
{
border-color: #BAE700;
}
.TagClassName
{
border-color: #BAE700;
}
</style>