Shades of Inch Worm #BEE01C
Tints of Inch Worm #BEE01C
RGB
CMYK
RGB Variations
Color information
#BEE01C (or 0xBEE01C) is known color: Inch Worm. HEX triplet: BE, E0 and 1C. RGB value is (190,224,28). Sum of RGB (Red+Green+Blue) = 190+224+28=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE01C is #411FE3. Grayscale: #C0C0C0. Windows color (decimal): -4268004 or 1892542. OLE color: 1892542.
HSL color Cylindrical-coordinate representation of color #BEE01C: hue angle of 70.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEE01C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.12 |
| HSL | 70.41º | 0.78% | 0.49% | - |
| HSV(B) | 70.41º | 0.88% | 0.88% | - |
| XYZ | 48.1 | 64.34 | 10.98 | - |
| YUV | 191.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 28 | 0.15 | 0 | 0.88 | 0.12 | 70.41 | 0.78 | 0.49 |
| Hex | BE | E0 | 1C | F | 0 | 58 | C | 46 | 4E | 31 |
| Octal | 276 | 340 | 34 | 17 | 0 | 130 | 14 | 106 | 116 | 61 |
| Binary | 10111110 | 11100000 | 11100 | 1111 | 0 | 1011000 | 1100 | 1000110 | 1001110 | 110001 |
Color Harmonies of #BEE01C
Complementary color
Monochromatic Colors of #BEE01C
Black with #BEE01C
Text Example
Text Example
White with #BEE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE01C; }
p { color: rgb(190,224,28); }
H1.HeaderClassName
{
color: #BEE01C;
}
.AnyTagClassName
{
color: #BEE01C;
}
</style>
background-color css
<style>
a { background-color: #BEE01C; }
a { background-color: rgb(190,224,28); }
div.DivClassName
{
background-color: #BEE01C;
}
.BgClassName
{
background-color: #BEE01C;
}
</style>
border-color css
<style>
span { border-color: #BEE01C; }
span { border-color: rgb(190,224,28); }
td.TdClassName
{
border-color: #BEE01C;
}
.TagClassName
{
border-color: #BEE01C;
}
</style>