Shades of Green Yellow #BFFE2F
Tints of Green Yellow #BFFE2F
RGB
CMYK
RGB Variations
Color information
#BFFE2F (or 0xBFFE2F) is known color: Green Yellow. HEX triplet: BF, FE and 2F. RGB value is (191,254,47). Sum of RGB (Red+Green+Blue) = 191+254+47=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE2F is #4001D0. Grayscale: #D4D4D4. Windows color (decimal): -4194769 or 3145407. OLE color: 3145407.
HSL color Cylindrical-coordinate representation of color #BFFE2F: hue angle of 78.26º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFFE2F is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 47 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.00 |
| HSL | 78.26º | 0.99% | 0.59% | - |
| HSV(B) | 78.26º | 0.81% | 1% | - |
| XYZ | 57.44 | 82.17 | 15.52 | - |
| YUV | 211.57 | 35.13 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 47 | 0.25 | 0 | 0.81 | 0.00 | 78.26 | 0.99 | 0.59 |
| Hex | BF | FE | 2F | 19 | 0 | 51 | 0 | 4E | 63 | 3B |
| Octal | 277 | 376 | 57 | 31 | 0 | 121 | 0 | 116 | 143 | 73 |
| Binary | 10111111 | 11111110 | 101111 | 11001 | 0 | 1010001 | 0 | 1001110 | 1100011 | 111011 |
Color Harmonies of #BFFE2F
Complementary color
Monochromatic Colors of #BFFE2F
Black with #BFFE2F
Text Example
Text Example
White with #BFFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE2F; }
p { color: rgb(191,254,47); }
H1.HeaderClassName
{
color: #BFFE2F;
}
.AnyTagClassName
{
color: #BFFE2F;
}
</style>
background-color css
<style>
a { background-color: #BFFE2F; }
a { background-color: rgb(191,254,47); }
div.DivClassName
{
background-color: #BFFE2F;
}
.BgClassName
{
background-color: #BFFE2F;
}
</style>
border-color css
<style>
span { border-color: #BFFE2F; }
span { border-color: rgb(191,254,47); }
td.TdClassName
{
border-color: #BFFE2F;
}
.TagClassName
{
border-color: #BFFE2F;
}
</style>