Shades of Inch Worm #BEE20C
Tints of Inch Worm #BEE20C
RGB
CMYK
RGB Variations
Color information
#BEE20C (or 0xBEE20C) is known color: Inch Worm. HEX triplet: BE, E2 and 0C. RGB value is (190,226,12). Sum of RGB (Red+Green+Blue) = 190+226+12=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE20C is #411DF3. Grayscale: #BFBFBF. Windows color (decimal): -4267508 or 844478. OLE color: 844478.
HSL color Cylindrical-coordinate representation of color #BEE20C: hue angle of 70.09º 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 #BEE20C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.11 |
| HSL | 70.09º | 0.9% | 0.47% | - |
| HSV(B) | 70.09º | 0.95% | 0.89% | - |
| XYZ | 48.5 | 65.37 | 10.41 | - |
| YUV | 190.84 | 27.07 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 12 | 0.16 | 0 | 0.95 | 0.11 | 70.09 | 0.9 | 0.47 |
| Hex | BE | E2 | C | 10 | 0 | 5F | B | 46 | 5A | 2F |
| Octal | 276 | 342 | 14 | 20 | 0 | 137 | 13 | 106 | 132 | 57 |
| Binary | 10111110 | 11100010 | 1100 | 10000 | 0 | 1011111 | 1011 | 1000110 | 1011010 | 101111 |
Color Harmonies of #BEE20C
Complementary color
Monochromatic Colors of #BEE20C
Black with #BEE20C
Text Example
Text Example
White with #BEE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE20C; }
p { color: rgb(190,226,12); }
H1.HeaderClassName
{
color: #BEE20C;
}
.AnyTagClassName
{
color: #BEE20C;
}
</style>
background-color css
<style>
a { background-color: #BEE20C; }
a { background-color: rgb(190,226,12); }
div.DivClassName
{
background-color: #BEE20C;
}
.BgClassName
{
background-color: #BEE20C;
}
</style>
border-color css
<style>
span { border-color: #BEE20C; }
span { border-color: rgb(190,226,12); }
td.TdClassName
{
border-color: #BEE20C;
}
.TagClassName
{
border-color: #BEE20C;
}
</style>