Shades of Green Yellow #BFFE28
Tints of Green Yellow #BFFE28
RGB
CMYK
RGB Variations
Color information
#BFFE28 (or 0xBFFE28) is known color: Green Yellow. HEX triplet: BF, FE and 28. RGB value is (191,254,40). Sum of RGB (Red+Green+Blue) = 191+254+40=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE28 is #4001D7. Grayscale: #D3D3D3. Windows color (decimal): -4194776 or 2686655. OLE color: 2686655.
HSL color Cylindrical-coordinate representation of color #BFFE28: hue angle of 77.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFFE28 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 40 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.00 |
| HSL | 77.66º | 0.99% | 0.58% | - |
| HSV(B) | 77.66º | 0.84% | 1% | - |
| XYZ | 57.31 | 82.11 | 14.84 | - |
| YUV | 210.77 | 31.63 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 40 | 0.25 | 0 | 0.84 | 0.00 | 77.66 | 0.99 | 0.58 |
| Hex | BF | FE | 28 | 19 | 0 | 54 | 0 | 4E | 63 | 3A |
| Octal | 277 | 376 | 50 | 31 | 0 | 124 | 0 | 116 | 143 | 72 |
| Binary | 10111111 | 11111110 | 101000 | 11001 | 0 | 1010100 | 0 | 1001110 | 1100011 | 111010 |
Color Harmonies of #BFFE28
Complementary color
Monochromatic Colors of #BFFE28
Black with #BFFE28
Text Example
Text Example
White with #BFFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE28; }
p { color: rgb(191,254,40); }
H1.HeaderClassName
{
color: #BFFE28;
}
.AnyTagClassName
{
color: #BFFE28;
}
</style>
background-color css
<style>
a { background-color: #BFFE28; }
a { background-color: rgb(191,254,40); }
div.DivClassName
{
background-color: #BFFE28;
}
.BgClassName
{
background-color: #BFFE28;
}
</style>
border-color css
<style>
span { border-color: #BFFE28; }
span { border-color: rgb(191,254,40); }
td.TdClassName
{
border-color: #BFFE28;
}
.TagClassName
{
border-color: #BFFE28;
}
</style>