Shades of Green Yellow #BFF128
Tints of Green Yellow #BFF128
RGB
CMYK
RGB Variations
Color information
#BFF128 (or 0xBFF128) is known color: Green Yellow. HEX triplet: BF, F1 and 28. RGB value is (191,241,40). Sum of RGB (Red+Green+Blue) = 191+241+40=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF128 is #400ED7. Grayscale: #CBCBCB. Windows color (decimal): -4198104 or 2683327. OLE color: 2683327.
HSL color Cylindrical-coordinate representation of color #BFF128: hue angle of 74.93º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFF128 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 40 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.05 |
| HSL | 74.93º | 0.88% | 0.55% | - |
| HSV(B) | 74.93º | 0.83% | 0.95% | - |
| XYZ | 53.32 | 74.14 | 13.51 | - |
| YUV | 203.14 | 35.94 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 40 | 0.21 | 0 | 0.83 | 0.05 | 74.93 | 0.88 | 0.55 |
| Hex | BF | F1 | 28 | 15 | 0 | 53 | 5 | 4B | 58 | 37 |
| Octal | 277 | 361 | 50 | 25 | 0 | 123 | 5 | 113 | 130 | 67 |
| Binary | 10111111 | 11110001 | 101000 | 10101 | 0 | 1010011 | 101 | 1001011 | 1011000 | 110111 |
Color Harmonies of #BFF128
Complementary color
Monochromatic Colors of #BFF128
Black with #BFF128
Text Example
Text Example
White with #BFF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF128; }
p { color: rgb(191,241,40); }
H1.HeaderClassName
{
color: #BFF128;
}
.AnyTagClassName
{
color: #BFF128;
}
</style>
background-color css
<style>
a { background-color: #BFF128; }
a { background-color: rgb(191,241,40); }
div.DivClassName
{
background-color: #BFF128;
}
.BgClassName
{
background-color: #BFF128;
}
</style>
border-color css
<style>
span { border-color: #BFF128; }
span { border-color: rgb(191,241,40); }
td.TdClassName
{
border-color: #BFF128;
}
.TagClassName
{
border-color: #BFF128;
}
</style>