Shades of Inch Worm #BEE50B
Tints of Inch Worm #BEE50B
RGB
CMYK
RGB Variations
Color information
#BEE50B (or 0xBEE50B) is known color: Inch Worm. HEX triplet: BE, E5 and 0B. RGB value is (190,229,11). Sum of RGB (Red+Green+Blue) = 190+229+11=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE50B is #411AF4. Grayscale: #C1C1C1. Windows color (decimal): -4266741 or 779710. OLE color: 779710.
HSL color Cylindrical-coordinate representation of color #BEE50B: hue angle of 70.73º degrees, saturation: 0.91, 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 #BEE50B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.10 |
| HSL | 70.73º | 0.91% | 0.47% | - |
| HSV(B) | 70.73º | 0.95% | 0.9% | - |
| XYZ | 49.31 | 67.01 | 10.65 | - |
| YUV | 192.49 | 25.58 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 11 | 0.17 | 0 | 0.95 | 0.10 | 70.73 | 0.91 | 0.47 |
| Hex | BE | E5 | B | 11 | 0 | 5F | A | 47 | 5B | 2F |
| Octal | 276 | 345 | 13 | 21 | 0 | 137 | 12 | 107 | 133 | 57 |
| Binary | 10111110 | 11100101 | 1011 | 10001 | 0 | 1011111 | 1010 | 1000111 | 1011011 | 101111 |
Color Harmonies of #BEE50B
Complementary color
Monochromatic Colors of #BEE50B
Black with #BEE50B
Text Example
Text Example
White with #BEE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE50B; }
p { color: rgb(190,229,11); }
H1.HeaderClassName
{
color: #BEE50B;
}
.AnyTagClassName
{
color: #BEE50B;
}
</style>
background-color css
<style>
a { background-color: #BEE50B; }
a { background-color: rgb(190,229,11); }
div.DivClassName
{
background-color: #BEE50B;
}
.BgClassName
{
background-color: #BEE50B;
}
</style>
border-color css
<style>
span { border-color: #BEE50B; }
span { border-color: rgb(190,229,11); }
td.TdClassName
{
border-color: #BEE50B;
}
.TagClassName
{
border-color: #BEE50B;
}
</style>