Shades of Inch Worm #BEE31A
Tints of Inch Worm #BEE31A
RGB
CMYK
RGB Variations
Color information
#BEE31A (or 0xBEE31A) is known color: Inch Worm. HEX triplet: BE, E3 and 1A. RGB value is (190,227,26). Sum of RGB (Red+Green+Blue) = 190+227+26=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE31A is #411CE5. Grayscale: #C1C1C1. Windows color (decimal): -4267238 or 1762238. OLE color: 1762238.
HSL color Cylindrical-coordinate representation of color #BEE31A: hue angle of 71.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEE31A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.11 |
| HSL | 71.04º | 0.79% | 0.5% | - |
| HSV(B) | 71.04º | 0.89% | 0.89% | - |
| XYZ | 48.89 | 65.96 | 11.13 | - |
| YUV | 193.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 26 | 0.16 | 0 | 0.89 | 0.11 | 71.04 | 0.79 | 0.5 |
| Hex | BE | E3 | 1A | 10 | 0 | 59 | B | 47 | 4F | 32 |
| Octal | 276 | 343 | 32 | 20 | 0 | 131 | 13 | 107 | 117 | 62 |
| Binary | 10111110 | 11100011 | 11010 | 10000 | 0 | 1011001 | 1011 | 1000111 | 1001111 | 110010 |
Color Harmonies of #BEE31A
Complementary color
Monochromatic Colors of #BEE31A
Black with #BEE31A
Text Example
Text Example
White with #BEE31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE31A; }
p { color: rgb(190,227,26); }
H1.HeaderClassName
{
color: #BEE31A;
}
.AnyTagClassName
{
color: #BEE31A;
}
</style>
background-color css
<style>
a { background-color: #BEE31A; }
a { background-color: rgb(190,227,26); }
div.DivClassName
{
background-color: #BEE31A;
}
.BgClassName
{
background-color: #BEE31A;
}
</style>
border-color css
<style>
span { border-color: #BEE31A; }
span { border-color: rgb(190,227,26); }
td.TdClassName
{
border-color: #BEE31A;
}
.TagClassName
{
border-color: #BEE31A;
}
</style>