Shades of Green Yellow #BEFF1E
Tints of Green Yellow #BEFF1E
RGB
CMYK
RGB Variations
Color information
#BEFF1E (or 0xBEFF1E) is known color: Green Yellow. HEX triplet: BE, FF and 1E. RGB value is (190,255,30). Sum of RGB (Red+Green+Blue) = 190+255+30=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF1E is #4100E1. Grayscale: #D2D2D2. Windows color (decimal): -4260066 or 2031550. OLE color: 2031550.
HSL color Cylindrical-coordinate representation of color #BEFF1E: hue angle of 77.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEFF1E is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 30 | - |
| CMYK | 0.25 | 0 | 0.88 | 0 |
| HSL | 77.33º | 1% | 0.56% | - |
| HSV(B) | 77.33º | 0.88% | 1% | - |
| XYZ | 57.23 | 82.56 | 14.15 | - |
| YUV | 209.92 | 26.47 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 30 | 0.25 | 0 | 0.88 | 0 | 77.33 | 1 | 0.56 |
| Hex | BE | FF | 1E | 19 | 0 | 58 | 0 | 4D | 64 | 38 |
| Octal | 276 | 377 | 36 | 31 | 0 | 130 | 0 | 115 | 144 | 70 |
| Binary | 10111110 | 11111111 | 11110 | 11001 | 0 | 1011000 | 0 | 1001101 | 1100100 | 111000 |
Color Harmonies of #BEFF1E
Complementary color
Monochromatic Colors of #BEFF1E
Black with #BEFF1E
Text Example
Text Example
White with #BEFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF1E; }
p { color: rgb(190,255,30); }
H1.HeaderClassName
{
color: #BEFF1E;
}
.AnyTagClassName
{
color: #BEFF1E;
}
</style>
background-color css
<style>
a { background-color: #BEFF1E; }
a { background-color: rgb(190,255,30); }
div.DivClassName
{
background-color: #BEFF1E;
}
.BgClassName
{
background-color: #BEFF1E;
}
</style>
border-color css
<style>
span { border-color: #BEFF1E; }
span { border-color: rgb(190,255,30); }
td.TdClassName
{
border-color: #BEFF1E;
}
.TagClassName
{
border-color: #BEFF1E;
}
</style>