Shades of Inch Worm #BEE80D
Tints of Inch Worm #BEE80D
RGB
CMYK
RGB Variations
Color information
#BEE80D (or 0xBEE80D) is known color: Inch Worm. HEX triplet: BE, E8 and 0D. RGB value is (190,232,13). Sum of RGB (Red+Green+Blue) = 190+232+13=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE80D is #4117F2. Grayscale: #C3C3C3. Windows color (decimal): -4265971 or 911550. OLE color: 911550.
HSL color Cylindrical-coordinate representation of color #BEE80D: hue angle of 71.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEE80D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.09 |
| HSL | 71.51º | 0.89% | 0.48% | - |
| HSV(B) | 71.51º | 0.94% | 0.91% | - |
| XYZ | 50.16 | 68.69 | 11 | - |
| YUV | 194.48 | 25.59 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 13 | 0.18 | 0 | 0.94 | 0.09 | 71.51 | 0.89 | 0.48 |
| Hex | BE | E8 | D | 12 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 276 | 350 | 15 | 22 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111110 | 11101000 | 1101 | 10010 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BEE80D
Complementary color
Monochromatic Colors of #BEE80D
Black with #BEE80D
Text Example
Text Example
White with #BEE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE80D; }
p { color: rgb(190,232,13); }
H1.HeaderClassName
{
color: #BEE80D;
}
.AnyTagClassName
{
color: #BEE80D;
}
</style>
background-color css
<style>
a { background-color: #BEE80D; }
a { background-color: rgb(190,232,13); }
div.DivClassName
{
background-color: #BEE80D;
}
.BgClassName
{
background-color: #BEE80D;
}
</style>
border-color css
<style>
span { border-color: #BEE80D; }
span { border-color: rgb(190,232,13); }
td.TdClassName
{
border-color: #BEE80D;
}
.TagClassName
{
border-color: #BEE80D;
}
</style>