Shades of Inch Worm #BEED1E
Tints of Inch Worm #BEED1E
RGB
CMYK
RGB Variations
Color information
#BEED1E (or 0xBEED1E) is known color: Inch Worm. HEX triplet: BE, ED and 1E. RGB value is (190,237,30). Sum of RGB (Red+Green+Blue) = 190+237+30=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED1E is #4112E1. Grayscale: #C8C8C8. Windows color (decimal): -4264674 or 2026942. OLE color: 2026942.
HSL color Cylindrical-coordinate representation of color #BEED1E: hue angle of 73.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEED1E is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 30 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.07 |
| HSL | 73.62º | 0.85% | 0.52% | - |
| HSV(B) | 73.62º | 0.87% | 0.93% | - |
| XYZ | 51.75 | 71.61 | 12.32 | - |
| YUV | 199.35 | 32.43 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 30 | 0.20 | 0 | 0.87 | 0.07 | 73.62 | 0.85 | 0.52 |
| Hex | BE | ED | 1E | 14 | 0 | 57 | 7 | 4A | 55 | 34 |
| Octal | 276 | 355 | 36 | 24 | 0 | 127 | 7 | 112 | 125 | 64 |
| Binary | 10111110 | 11101101 | 11110 | 10100 | 0 | 1010111 | 111 | 1001010 | 1010101 | 110100 |
Color Harmonies of #BEED1E
Complementary color
Monochromatic Colors of #BEED1E
Black with #BEED1E
Text Example
Text Example
White with #BEED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED1E; }
p { color: rgb(190,237,30); }
H1.HeaderClassName
{
color: #BEED1E;
}
.AnyTagClassName
{
color: #BEED1E;
}
</style>
background-color css
<style>
a { background-color: #BEED1E; }
a { background-color: rgb(190,237,30); }
div.DivClassName
{
background-color: #BEED1E;
}
.BgClassName
{
background-color: #BEED1E;
}
</style>
border-color css
<style>
span { border-color: #BEED1E; }
span { border-color: rgb(190,237,30); }
td.TdClassName
{
border-color: #BEED1E;
}
.TagClassName
{
border-color: #BEED1E;
}
</style>