Shades of Green Yellow #BFFE2E
Tints of Green Yellow #BFFE2E
RGB
CMYK
RGB Variations
Color information
#BFFE2E (or 0xBFFE2E) is known color: Green Yellow. HEX triplet: BF, FE and 2E. RGB value is (191,254,46). Sum of RGB (Red+Green+Blue) = 191+254+46=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE2E is #4001D1. Grayscale: #D4D4D4. Windows color (decimal): -4194770 or 3079871. OLE color: 3079871.
HSL color Cylindrical-coordinate representation of color #BFFE2E: hue angle of 78.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFFE2E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 46 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.00 |
| HSL | 78.17º | 0.99% | 0.59% | - |
| HSV(B) | 78.17º | 0.82% | 1% | - |
| XYZ | 57.42 | 82.16 | 15.42 | - |
| YUV | 211.45 | 34.63 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 46 | 0.25 | 0 | 0.82 | 0.00 | 78.17 | 0.99 | 0.59 |
| Hex | BF | FE | 2E | 19 | 0 | 52 | 0 | 4E | 63 | 3B |
| Octal | 277 | 376 | 56 | 31 | 0 | 122 | 0 | 116 | 143 | 73 |
| Binary | 10111111 | 11111110 | 101110 | 11001 | 0 | 1010010 | 0 | 1001110 | 1100011 | 111011 |
Color Harmonies of #BFFE2E
Complementary color
Monochromatic Colors of #BFFE2E
Black with #BFFE2E
Text Example
Text Example
White with #BFFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE2E; }
p { color: rgb(191,254,46); }
H1.HeaderClassName
{
color: #BFFE2E;
}
.AnyTagClassName
{
color: #BFFE2E;
}
</style>
background-color css
<style>
a { background-color: #BFFE2E; }
a { background-color: rgb(191,254,46); }
div.DivClassName
{
background-color: #BFFE2E;
}
.BgClassName
{
background-color: #BFFE2E;
}
</style>
border-color css
<style>
span { border-color: #BFFE2E; }
span { border-color: rgb(191,254,46); }
td.TdClassName
{
border-color: #BFFE2E;
}
.TagClassName
{
border-color: #BFFE2E;
}
</style>