Shades of Inch Worm #BEE003
Tints of Inch Worm #BEE003
RGB
CMYK
RGB Variations
Color information
#BEE003 (or 0xBEE003) is known color: Inch Worm. HEX triplet: BE, E0 and 03. RGB value is (190,224,3). Sum of RGB (Red+Green+Blue) = 190+224+3=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE003 is #411FFC. Grayscale: #BDBDBD. Windows color (decimal): -4268029 or 254142. OLE color: 254142.
HSL color Cylindrical-coordinate representation of color #BEE003: hue angle of 69.23º 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 #BEE003 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.12 |
| HSL | 69.23º | 0.97% | 0.45% | - |
| HSV(B) | 69.23º | 0.99% | 0.88% | - |
| XYZ | 47.91 | 64.27 | 9.97 | - |
| YUV | 188.64 | 23.24 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 3 | 0.15 | 0 | 0.99 | 0.12 | 69.23 | 0.97 | 0.45 |
| Hex | BE | E0 | 3 | F | 0 | 63 | C | 45 | 61 | 2D |
| Octal | 276 | 340 | 3 | 17 | 0 | 143 | 14 | 105 | 141 | 55 |
| Binary | 10111110 | 11100000 | 11 | 1111 | 0 | 1100011 | 1100 | 1000101 | 1100001 | 101101 |
Color Harmonies of #BEE003
Complementary color
Monochromatic Colors of #BEE003
Black with #BEE003
Text Example
Text Example
White with #BEE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE003; }
p { color: rgb(190,224,3); }
H1.HeaderClassName
{
color: #BEE003;
}
.AnyTagClassName
{
color: #BEE003;
}
</style>
background-color css
<style>
a { background-color: #BEE003; }
a { background-color: rgb(190,224,3); }
div.DivClassName
{
background-color: #BEE003;
}
.BgClassName
{
background-color: #BEE003;
}
</style>
border-color css
<style>
span { border-color: #BEE003; }
span { border-color: rgb(190,224,3); }
td.TdClassName
{
border-color: #BEE003;
}
.TagClassName
{
border-color: #BEE003;
}
</style>