Shades of Inch Worm #BEE420
Tints of Inch Worm #BEE420
RGB
CMYK
RGB Variations
Color information
#BEE420 (or 0xBEE420) is known color: Inch Worm. HEX triplet: BE, E4 and 20. RGB value is (190,228,32). Sum of RGB (Red+Green+Blue) = 190+228+32=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE420 is #411BDF. Grayscale: #C3C3C3. Windows color (decimal): -4266976 or 2155710. OLE color: 2155710.
HSL color Cylindrical-coordinate representation of color #BEE420: hue angle of 71.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEE420 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 32 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.11 |
| HSL | 71.63º | 0.78% | 0.51% | - |
| HSV(B) | 71.63º | 0.86% | 0.89% | - |
| XYZ | 49.24 | 66.54 | 11.61 | - |
| YUV | 194.29 | 36.41 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 32 | 0.17 | 0 | 0.86 | 0.11 | 71.63 | 0.78 | 0.51 |
| Hex | BE | E4 | 20 | 11 | 0 | 56 | B | 48 | 4E | 33 |
| Octal | 276 | 344 | 40 | 21 | 0 | 126 | 13 | 110 | 116 | 63 |
| Binary | 10111110 | 11100100 | 100000 | 10001 | 0 | 1010110 | 1011 | 1001000 | 1001110 | 110011 |
Color Harmonies of #BEE420
Complementary color
Monochromatic Colors of #BEE420
Black with #BEE420
Text Example
Text Example
White with #BEE420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE420; }
p { color: rgb(190,228,32); }
H1.HeaderClassName
{
color: #BEE420;
}
.AnyTagClassName
{
color: #BEE420;
}
</style>
background-color css
<style>
a { background-color: #BEE420; }
a { background-color: rgb(190,228,32); }
div.DivClassName
{
background-color: #BEE420;
}
.BgClassName
{
background-color: #BEE420;
}
</style>
border-color css
<style>
span { border-color: #BEE420; }
span { border-color: rgb(190,228,32); }
td.TdClassName
{
border-color: #BEE420;
}
.TagClassName
{
border-color: #BEE420;
}
</style>