Shades of Inch Worm #BEE814
Tints of Inch Worm #BEE814
RGB
CMYK
RGB Variations
Color information
#BEE814 (or 0xBEE814) is known color: Inch Worm. HEX triplet: BE, E8 and 14. RGB value is (190,232,20). Sum of RGB (Red+Green+Blue) = 190+232+20=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE814 is #4117EB. Grayscale: #C4C4C4. Windows color (decimal): -4265964 or 1370302. OLE color: 1370302.
HSL color Cylindrical-coordinate representation of color #BEE814: hue angle of 71.89º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEE814 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 20 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.09 |
| HSL | 71.89º | 0.84% | 0.49% | - |
| HSV(B) | 71.89º | 0.91% | 0.91% | - |
| XYZ | 50.22 | 68.71 | 11.28 | - |
| YUV | 195.27 | 29.09 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 20 | 0.18 | 0 | 0.91 | 0.09 | 71.89 | 0.84 | 0.49 |
| Hex | BE | E8 | 14 | 12 | 0 | 5B | 9 | 48 | 54 | 31 |
| Octal | 276 | 350 | 24 | 22 | 0 | 133 | 11 | 110 | 124 | 61 |
| Binary | 10111110 | 11101000 | 10100 | 10010 | 0 | 1011011 | 1001 | 1001000 | 1010100 | 110001 |
Color Harmonies of #BEE814
Complementary color
Monochromatic Colors of #BEE814
Black with #BEE814
Text Example
Text Example
White with #BEE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE814; }
p { color: rgb(190,232,20); }
H1.HeaderClassName
{
color: #BEE814;
}
.AnyTagClassName
{
color: #BEE814;
}
</style>
background-color css
<style>
a { background-color: #BEE814; }
a { background-color: rgb(190,232,20); }
div.DivClassName
{
background-color: #BEE814;
}
.BgClassName
{
background-color: #BEE814;
}
</style>
border-color css
<style>
span { border-color: #BEE814; }
span { border-color: rgb(190,232,20); }
td.TdClassName
{
border-color: #BEE814;
}
.TagClassName
{
border-color: #BEE814;
}
</style>