Shades of Green Yellow #BFFE1E
Tints of Green Yellow #BFFE1E
RGB
CMYK
RGB Variations
Color information
#BFFE1E (or 0xBFFE1E) is known color: Green Yellow. HEX triplet: BF, FE and 1E. RGB value is (191,254,30). Sum of RGB (Red+Green+Blue) = 191+254+30=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE1E is #4001E1. Grayscale: #D2D2D2. Windows color (decimal): -4194786 or 2031295. OLE color: 2031295.
HSL color Cylindrical-coordinate representation of color #BFFE1E: hue angle of 76.88º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFFE1E is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 30 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.00 |
| HSL | 76.88º | 0.99% | 0.56% | - |
| HSV(B) | 76.88º | 0.88% | 1% | - |
| XYZ | 57.16 | 82.05 | 14.05 | - |
| YUV | 209.63 | 26.63 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 30 | 0.25 | 0 | 0.88 | 0.00 | 76.88 | 0.99 | 0.56 |
| Hex | BF | FE | 1E | 19 | 0 | 58 | 0 | 4D | 63 | 38 |
| Octal | 277 | 376 | 36 | 31 | 0 | 130 | 0 | 115 | 143 | 70 |
| Binary | 10111111 | 11111110 | 11110 | 11001 | 0 | 1011000 | 0 | 1001101 | 1100011 | 111000 |
Color Harmonies of #BFFE1E
Complementary color
Monochromatic Colors of #BFFE1E
Black with #BFFE1E
Text Example
Text Example
White with #BFFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE1E; }
p { color: rgb(191,254,30); }
H1.HeaderClassName
{
color: #BFFE1E;
}
.AnyTagClassName
{
color: #BFFE1E;
}
</style>
background-color css
<style>
a { background-color: #BFFE1E; }
a { background-color: rgb(191,254,30); }
div.DivClassName
{
background-color: #BFFE1E;
}
.BgClassName
{
background-color: #BFFE1E;
}
</style>
border-color css
<style>
span { border-color: #BFFE1E; }
span { border-color: rgb(191,254,30); }
td.TdClassName
{
border-color: #BFFE1E;
}
.TagClassName
{
border-color: #BFFE1E;
}
</style>