Shades of Inch Worm #BEE413
Tints of Inch Worm #BEE413
RGB
CMYK
RGB Variations
Color information
#BEE413 (or 0xBEE413) is known color: Inch Worm. HEX triplet: BE, E4 and 13. RGB value is (190,228,19). Sum of RGB (Red+Green+Blue) = 190+228+19=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE413 is #411BEC. Grayscale: #C1C1C1. Windows color (decimal): -4266989 or 1303742. OLE color: 1303742.
HSL color Cylindrical-coordinate representation of color #BEE413: hue angle of 70.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEE413 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.11 |
| HSL | 70.91º | 0.85% | 0.48% | - |
| HSV(B) | 70.91º | 0.92% | 0.89% | - |
| XYZ | 49.1 | 66.48 | 10.86 | - |
| YUV | 192.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 19 | 0.17 | 0 | 0.92 | 0.11 | 70.91 | 0.85 | 0.48 |
| Hex | BE | E4 | 13 | 11 | 0 | 5C | B | 47 | 55 | 30 |
| Octal | 276 | 344 | 23 | 21 | 0 | 134 | 13 | 107 | 125 | 60 |
| Binary | 10111110 | 11100100 | 10011 | 10001 | 0 | 1011100 | 1011 | 1000111 | 1010101 | 110000 |
Color Harmonies of #BEE413
Complementary color
Monochromatic Colors of #BEE413
Black with #BEE413
Text Example
Text Example
White with #BEE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE413; }
p { color: rgb(190,228,19); }
H1.HeaderClassName
{
color: #BEE413;
}
.AnyTagClassName
{
color: #BEE413;
}
</style>
background-color css
<style>
a { background-color: #BEE413; }
a { background-color: rgb(190,228,19); }
div.DivClassName
{
background-color: #BEE413;
}
.BgClassName
{
background-color: #BEE413;
}
</style>
border-color css
<style>
span { border-color: #BEE413; }
span { border-color: rgb(190,228,19); }
td.TdClassName
{
border-color: #BEE413;
}
.TagClassName
{
border-color: #BEE413;
}
</style>