Shades of Inch Worm #BEE40C
Tints of Inch Worm #BEE40C
RGB
CMYK
RGB Variations
Color information
#BEE40C (or 0xBEE40C) is known color: Inch Worm. HEX triplet: BE, E4 and 0C. RGB value is (190,228,12). Sum of RGB (Red+Green+Blue) = 190+228+12=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE40C is #411BF3. Grayscale: #C0C0C0. Windows color (decimal): -4266996 or 844990. OLE color: 844990.
HSL color Cylindrical-coordinate representation of color #BEE40C: hue angle of 70.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEE40C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.11 |
| HSL | 70.56º | 0.9% | 0.47% | - |
| HSV(B) | 70.56º | 0.95% | 0.89% | - |
| XYZ | 49.04 | 66.46 | 10.59 | - |
| YUV | 192.01 | 26.41 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 12 | 0.17 | 0 | 0.95 | 0.11 | 70.56 | 0.9 | 0.47 |
| Hex | BE | E4 | C | 11 | 0 | 5F | B | 47 | 5A | 2F |
| Octal | 276 | 344 | 14 | 21 | 0 | 137 | 13 | 107 | 132 | 57 |
| Binary | 10111110 | 11100100 | 1100 | 10001 | 0 | 1011111 | 1011 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BEE40C
Complementary color
Monochromatic Colors of #BEE40C
Black with #BEE40C
Text Example
Text Example
White with #BEE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE40C; }
p { color: rgb(190,228,12); }
H1.HeaderClassName
{
color: #BEE40C;
}
.AnyTagClassName
{
color: #BEE40C;
}
</style>
background-color css
<style>
a { background-color: #BEE40C; }
a { background-color: rgb(190,228,12); }
div.DivClassName
{
background-color: #BEE40C;
}
.BgClassName
{
background-color: #BEE40C;
}
</style>
border-color css
<style>
span { border-color: #BEE40C; }
span { border-color: rgb(190,228,12); }
td.TdClassName
{
border-color: #BEE40C;
}
.TagClassName
{
border-color: #BEE40C;
}
</style>