Shades of Inch Worm #BEE50C
Tints of Inch Worm #BEE50C
RGB
CMYK
RGB Variations
Color information
#BEE50C (or 0xBEE50C) is known color: Inch Worm. HEX triplet: BE, E5 and 0C. RGB value is (190,229,12). Sum of RGB (Red+Green+Blue) = 190+229+12=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE50C is #411AF3. Grayscale: #C1C1C1. Windows color (decimal): -4266740 or 845246. OLE color: 845246.
HSL color Cylindrical-coordinate representation of color #BEE50C: hue angle of 70.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEE50C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.10 |
| HSL | 70.78º | 0.9% | 0.47% | - |
| HSV(B) | 70.78º | 0.95% | 0.9% | - |
| XYZ | 49.32 | 67.01 | 10.68 | - |
| YUV | 192.6 | 26.08 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 12 | 0.17 | 0 | 0.95 | 0.10 | 70.78 | 0.9 | 0.47 |
| Hex | BE | E5 | C | 11 | 0 | 5F | A | 47 | 5A | 2F |
| Octal | 276 | 345 | 14 | 21 | 0 | 137 | 12 | 107 | 132 | 57 |
| Binary | 10111110 | 11100101 | 1100 | 10001 | 0 | 1011111 | 1010 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BEE50C
Complementary color
Monochromatic Colors of #BEE50C
Black with #BEE50C
Text Example
Text Example
White with #BEE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE50C; }
p { color: rgb(190,229,12); }
H1.HeaderClassName
{
color: #BEE50C;
}
.AnyTagClassName
{
color: #BEE50C;
}
</style>
background-color css
<style>
a { background-color: #BEE50C; }
a { background-color: rgb(190,229,12); }
div.DivClassName
{
background-color: #BEE50C;
}
.BgClassName
{
background-color: #BEE50C;
}
</style>
border-color css
<style>
span { border-color: #BEE50C; }
span { border-color: rgb(190,229,12); }
td.TdClassName
{
border-color: #BEE50C;
}
.TagClassName
{
border-color: #BEE50C;
}
</style>