Shades of Inch Worm #BEE80F
Tints of Inch Worm #BEE80F
RGB
CMYK
RGB Variations
Color information
#BEE80F (or 0xBEE80F) is known color: Inch Worm. HEX triplet: BE, E8 and 0F. RGB value is (190,232,15). Sum of RGB (Red+Green+Blue) = 190+232+15=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE80F is #4117F0. Grayscale: #C3C3C3. Windows color (decimal): -4265969 or 1042622. OLE color: 1042622.
HSL color Cylindrical-coordinate representation of color #BEE80F: hue angle of 71.61º degrees, saturation: 0.88, 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 #BEE80F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 15 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.09 |
| HSL | 71.61º | 0.88% | 0.48% | - |
| HSV(B) | 71.61º | 0.94% | 0.91% | - |
| XYZ | 50.18 | 68.69 | 11.07 | - |
| YUV | 194.7 | 26.59 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 15 | 0.18 | 0 | 0.94 | 0.09 | 71.61 | 0.88 | 0.48 |
| Hex | BE | E8 | F | 12 | 0 | 5E | 9 | 48 | 58 | 30 |
| Octal | 276 | 350 | 17 | 22 | 0 | 136 | 11 | 110 | 130 | 60 |
| Binary | 10111110 | 11101000 | 1111 | 10010 | 0 | 1011110 | 1001 | 1001000 | 1011000 | 110000 |
Color Harmonies of #BEE80F
Complementary color
Monochromatic Colors of #BEE80F
Black with #BEE80F
Text Example
Text Example
White with #BEE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE80F; }
p { color: rgb(190,232,15); }
H1.HeaderClassName
{
color: #BEE80F;
}
.AnyTagClassName
{
color: #BEE80F;
}
</style>
background-color css
<style>
a { background-color: #BEE80F; }
a { background-color: rgb(190,232,15); }
div.DivClassName
{
background-color: #BEE80F;
}
.BgClassName
{
background-color: #BEE80F;
}
</style>
border-color css
<style>
span { border-color: #BEE80F; }
span { border-color: rgb(190,232,15); }
td.TdClassName
{
border-color: #BEE80F;
}
.TagClassName
{
border-color: #BEE80F;
}
</style>