Shades of Inch Worm #BEE31C
Tints of Inch Worm #BEE31C
RGB
CMYK
RGB Variations
Color information
#BEE31C (or 0xBEE31C) is known color: Inch Worm. HEX triplet: BE, E3 and 1C. RGB value is (190,227,28). Sum of RGB (Red+Green+Blue) = 190+227+28=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE31C is #411CE3. Grayscale: #C2C2C2. Windows color (decimal): -4267236 or 1893310. OLE color: 1893310.
HSL color Cylindrical-coordinate representation of color #BEE31C: hue angle of 71.16º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEE31C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.11 |
| HSL | 71.16º | 0.78% | 0.5% | - |
| HSV(B) | 71.16º | 0.88% | 0.89% | - |
| XYZ | 48.91 | 65.97 | 11.25 | - |
| YUV | 193.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 28 | 0.16 | 0 | 0.88 | 0.11 | 71.16 | 0.78 | 0.5 |
| Hex | BE | E3 | 1C | 10 | 0 | 58 | B | 47 | 4E | 32 |
| Octal | 276 | 343 | 34 | 20 | 0 | 130 | 13 | 107 | 116 | 62 |
| Binary | 10111110 | 11100011 | 11100 | 10000 | 0 | 1011000 | 1011 | 1000111 | 1001110 | 110010 |
Color Harmonies of #BEE31C
Complementary color
Monochromatic Colors of #BEE31C
Black with #BEE31C
Text Example
Text Example
White with #BEE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE31C; }
p { color: rgb(190,227,28); }
H1.HeaderClassName
{
color: #BEE31C;
}
.AnyTagClassName
{
color: #BEE31C;
}
</style>
background-color css
<style>
a { background-color: #BEE31C; }
a { background-color: rgb(190,227,28); }
div.DivClassName
{
background-color: #BEE31C;
}
.BgClassName
{
background-color: #BEE31C;
}
</style>
border-color css
<style>
span { border-color: #BEE31C; }
span { border-color: rgb(190,227,28); }
td.TdClassName
{
border-color: #BEE31C;
}
.TagClassName
{
border-color: #BEE31C;
}
</style>