Shades of Inch Worm #BEE620
Tints of Inch Worm #BEE620
RGB
CMYK
RGB Variations
Color information
#BEE620 (or 0xBEE620) is known color: Inch Worm. HEX triplet: BE, E6 and 20. RGB value is (190,230,32). Sum of RGB (Red+Green+Blue) = 190+230+32=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE620 is #4119DF. Grayscale: #C4C4C4. Windows color (decimal): -4266464 or 2156222. OLE color: 2156222.
HSL color Cylindrical-coordinate representation of color #BEE620: hue angle of 72.12º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEE620 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 32 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.10 |
| HSL | 72.12º | 0.8% | 0.51% | - |
| HSV(B) | 72.12º | 0.86% | 0.9% | - |
| XYZ | 49.79 | 67.65 | 11.8 | - |
| YUV | 195.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 32 | 0.17 | 0 | 0.86 | 0.10 | 72.12 | 0.8 | 0.51 |
| Hex | BE | E6 | 20 | 11 | 0 | 56 | A | 48 | 50 | 33 |
| Octal | 276 | 346 | 40 | 21 | 0 | 126 | 12 | 110 | 120 | 63 |
| Binary | 10111110 | 11100110 | 100000 | 10001 | 0 | 1010110 | 1010 | 1001000 | 1010000 | 110011 |
Color Harmonies of #BEE620
Complementary color
Monochromatic Colors of #BEE620
Black with #BEE620
Text Example
Text Example
White with #BEE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE620; }
p { color: rgb(190,230,32); }
H1.HeaderClassName
{
color: #BEE620;
}
.AnyTagClassName
{
color: #BEE620;
}
</style>
background-color css
<style>
a { background-color: #BEE620; }
a { background-color: rgb(190,230,32); }
div.DivClassName
{
background-color: #BEE620;
}
.BgClassName
{
background-color: #BEE620;
}
</style>
border-color css
<style>
span { border-color: #BEE620; }
span { border-color: rgb(190,230,32); }
td.TdClassName
{
border-color: #BEE620;
}
.TagClassName
{
border-color: #BEE620;
}
</style>