Shades of Inch Worm #BEE305
Tints of Inch Worm #BEE305
RGB
CMYK
RGB Variations
Color information
#BEE305 (or 0xBEE305) is known color: Inch Worm. HEX triplet: BE, E3 and 05. RGB value is (190,227,5). Sum of RGB (Red+Green+Blue) = 190+227+5=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE305 is #411CFA. Grayscale: #BFBFBF. Windows color (decimal): -4267259 or 385982. OLE color: 385982.
HSL color Cylindrical-coordinate representation of color #BEE305: hue angle of 70º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEE305 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.11 |
| HSL | 70º | 0.96% | 0.45% | - |
| HSV(B) | 70º | 0.98% | 0.89% | - |
| XYZ | 48.73 | 65.9 | 10.29 | - |
| YUV | 190.63 | 23.24 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 5 | 0.16 | 0 | 0.98 | 0.11 | 70 | 0.96 | 0.45 |
| Hex | BE | E3 | 5 | 10 | 0 | 62 | B | 46 | 60 | 2D |
| Octal | 276 | 343 | 5 | 20 | 0 | 142 | 13 | 106 | 140 | 55 |
| Binary | 10111110 | 11100011 | 101 | 10000 | 0 | 1100010 | 1011 | 1000110 | 1100000 | 101101 |
Color Harmonies of #BEE305
Complementary color
Monochromatic Colors of #BEE305
Black with #BEE305
Text Example
Text Example
White with #BEE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE305; }
p { color: rgb(190,227,5); }
H1.HeaderClassName
{
color: #BEE305;
}
.AnyTagClassName
{
color: #BEE305;
}
</style>
background-color css
<style>
a { background-color: #BEE305; }
a { background-color: rgb(190,227,5); }
div.DivClassName
{
background-color: #BEE305;
}
.BgClassName
{
background-color: #BEE305;
}
</style>
border-color css
<style>
span { border-color: #BEE305; }
span { border-color: rgb(190,227,5); }
td.TdClassName
{
border-color: #BEE305;
}
.TagClassName
{
border-color: #BEE305;
}
</style>