Shades of Inch Worm #BEE103
Tints of Inch Worm #BEE103
RGB
CMYK
RGB Variations
Color information
#BEE103 (or 0xBEE103) is known color: Inch Worm. HEX triplet: BE, E1 and 03. RGB value is (190,225,3). Sum of RGB (Red+Green+Blue) = 190+225+3=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE103 is #411EFC. Grayscale: #BEBEBE. Windows color (decimal): -4267773 or 254398. OLE color: 254398.
HSL color Cylindrical-coordinate representation of color #BEE103: hue angle of 69.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEE103 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.12 |
| HSL | 69.46º | 0.97% | 0.45% | - |
| HSV(B) | 69.46º | 0.99% | 0.88% | - |
| XYZ | 48.18 | 64.8 | 10.06 | - |
| YUV | 189.23 | 22.9 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 3 | 0.16 | 0 | 0.99 | 0.12 | 69.46 | 0.97 | 0.45 |
| Hex | BE | E1 | 3 | 10 | 0 | 63 | C | 45 | 61 | 2D |
| Octal | 276 | 341 | 3 | 20 | 0 | 143 | 14 | 105 | 141 | 55 |
| Binary | 10111110 | 11100001 | 11 | 10000 | 0 | 1100011 | 1100 | 1000101 | 1100001 | 101101 |
Color Harmonies of #BEE103
Complementary color
Monochromatic Colors of #BEE103
Black with #BEE103
Text Example
Text Example
White with #BEE103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE103; }
p { color: rgb(190,225,3); }
H1.HeaderClassName
{
color: #BEE103;
}
.AnyTagClassName
{
color: #BEE103;
}
</style>
background-color css
<style>
a { background-color: #BEE103; }
a { background-color: rgb(190,225,3); }
div.DivClassName
{
background-color: #BEE103;
}
.BgClassName
{
background-color: #BEE103;
}
</style>
border-color css
<style>
span { border-color: #BEE103; }
span { border-color: rgb(190,225,3); }
td.TdClassName
{
border-color: #BEE103;
}
.TagClassName
{
border-color: #BEE103;
}
</style>