Shades of Inch Worm #BEE30B
Tints of Inch Worm #BEE30B
RGB
CMYK
RGB Variations
Color information
#BEE30B (or 0xBEE30B) is known color: Inch Worm. HEX triplet: BE, E3 and 0B. RGB value is (190,227,11). Sum of RGB (Red+Green+Blue) = 190+227+11=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE30B is #411CF4. Grayscale: #C0C0C0. Windows color (decimal): -4267253 or 779198. OLE color: 779198.
HSL color Cylindrical-coordinate representation of color #BEE30B: hue angle of 70.28º degrees, saturation: 0.91, 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 #BEE30B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.11 |
| HSL | 70.28º | 0.91% | 0.47% | - |
| HSV(B) | 70.28º | 0.95% | 0.89% | - |
| XYZ | 48.76 | 65.91 | 10.47 | - |
| YUV | 191.31 | 26.24 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 11 | 0.16 | 0 | 0.95 | 0.11 | 70.28 | 0.91 | 0.47 |
| Hex | BE | E3 | B | 10 | 0 | 5F | B | 46 | 5B | 2F |
| Octal | 276 | 343 | 13 | 20 | 0 | 137 | 13 | 106 | 133 | 57 |
| Binary | 10111110 | 11100011 | 1011 | 10000 | 0 | 1011111 | 1011 | 1000110 | 1011011 | 101111 |
Color Harmonies of #BEE30B
Complementary color
Monochromatic Colors of #BEE30B
Black with #BEE30B
Text Example
Text Example
White with #BEE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE30B; }
p { color: rgb(190,227,11); }
H1.HeaderClassName
{
color: #BEE30B;
}
.AnyTagClassName
{
color: #BEE30B;
}
</style>
background-color css
<style>
a { background-color: #BEE30B; }
a { background-color: rgb(190,227,11); }
div.DivClassName
{
background-color: #BEE30B;
}
.BgClassName
{
background-color: #BEE30B;
}
</style>
border-color css
<style>
span { border-color: #BEE30B; }
span { border-color: rgb(190,227,11); }
td.TdClassName
{
border-color: #BEE30B;
}
.TagClassName
{
border-color: #BEE30B;
}
</style>