Shades of Green Yellow #BEFF1B
Tints of Green Yellow #BEFF1B
RGB
CMYK
RGB Variations
Color information
#BEFF1B (or 0xBEFF1B) is known color: Green Yellow. HEX triplet: BE, FF and 1B. RGB value is (190,255,27). Sum of RGB (Red+Green+Blue) = 190+255+27=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF1B is #4100E4. Grayscale: #D2D2D2. Windows color (decimal): -4260069 or 1834942. OLE color: 1834942.
HSL color Cylindrical-coordinate representation of color #BEFF1B: hue angle of 77.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEFF1B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 27 | - |
| CMYK | 0.25 | 0 | 0.89 | 0 |
| HSL | 77.11º | 1% | 0.55% | - |
| HSV(B) | 77.11º | 0.89% | 1% | - |
| XYZ | 57.19 | 82.55 | 13.96 | - |
| YUV | 209.57 | 24.97 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 27 | 0.25 | 0 | 0.89 | 0 | 77.11 | 1 | 0.55 |
| Hex | BE | FF | 1B | 19 | 0 | 59 | 0 | 4D | 64 | 37 |
| Octal | 276 | 377 | 33 | 31 | 0 | 131 | 0 | 115 | 144 | 67 |
| Binary | 10111110 | 11111111 | 11011 | 11001 | 0 | 1011001 | 0 | 1001101 | 1100100 | 110111 |
Color Harmonies of #BEFF1B
Complementary color
Monochromatic Colors of #BEFF1B
Black with #BEFF1B
Text Example
Text Example
White with #BEFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF1B; }
p { color: rgb(190,255,27); }
H1.HeaderClassName
{
color: #BEFF1B;
}
.AnyTagClassName
{
color: #BEFF1B;
}
</style>
background-color css
<style>
a { background-color: #BEFF1B; }
a { background-color: rgb(190,255,27); }
div.DivClassName
{
background-color: #BEFF1B;
}
.BgClassName
{
background-color: #BEFF1B;
}
</style>
border-color css
<style>
span { border-color: #BEFF1B; }
span { border-color: rgb(190,255,27); }
td.TdClassName
{
border-color: #BEFF1B;
}
.TagClassName
{
border-color: #BEFF1B;
}
</style>