Shades of Inch Worm #BEE30F
Tints of Inch Worm #BEE30F
RGB
CMYK
RGB Variations
Color information
#BEE30F (or 0xBEE30F) is known color: Inch Worm. HEX triplet: BE, E3 and 0F. RGB value is (190,227,15). Sum of RGB (Red+Green+Blue) = 190+227+15=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE30F is #411CF0. Grayscale: #C0C0C0. Windows color (decimal): -4267249 or 1041342. OLE color: 1041342.
HSL color Cylindrical-coordinate representation of color #BEE30F: hue angle of 70.47º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEE30F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.11 |
| HSL | 70.47º | 0.88% | 0.47% | - |
| HSV(B) | 70.47º | 0.93% | 0.89% | - |
| XYZ | 48.79 | 65.92 | 10.6 | - |
| YUV | 191.77 | 28.24 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 15 | 0.16 | 0 | 0.93 | 0.11 | 70.47 | 0.88 | 0.47 |
| Hex | BE | E3 | F | 10 | 0 | 5D | B | 46 | 58 | 2F |
| Octal | 276 | 343 | 17 | 20 | 0 | 135 | 13 | 106 | 130 | 57 |
| Binary | 10111110 | 11100011 | 1111 | 10000 | 0 | 1011101 | 1011 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BEE30F
Complementary color
Monochromatic Colors of #BEE30F
Black with #BEE30F
Text Example
Text Example
White with #BEE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE30F; }
p { color: rgb(190,227,15); }
H1.HeaderClassName
{
color: #BEE30F;
}
.AnyTagClassName
{
color: #BEE30F;
}
</style>
background-color css
<style>
a { background-color: #BEE30F; }
a { background-color: rgb(190,227,15); }
div.DivClassName
{
background-color: #BEE30F;
}
.BgClassName
{
background-color: #BEE30F;
}
</style>
border-color css
<style>
span { border-color: #BEE30F; }
span { border-color: rgb(190,227,15); }
td.TdClassName
{
border-color: #BEE30F;
}
.TagClassName
{
border-color: #BEE30F;
}
</style>