Shades of Green Yellow #BFF12E
Tints of Green Yellow #BFF12E
RGB
CMYK
RGB Variations
Color information
#BFF12E (or 0xBFF12E) is known color: Green Yellow. HEX triplet: BF, F1 and 2E. RGB value is (191,241,46). Sum of RGB (Red+Green+Blue) = 191+241+46=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF12E is #400ED1. Grayscale: #CCCCCC. Windows color (decimal): -4198098 or 3076543. OLE color: 3076543.
HSL color Cylindrical-coordinate representation of color #BFF12E: hue angle of 75.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFF12E is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 46 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.05 |
| HSL | 75.38º | 0.87% | 0.56% | - |
| HSV(B) | 75.38º | 0.81% | 0.95% | - |
| XYZ | 53.43 | 74.18 | 14.09 | - |
| YUV | 203.82 | 38.94 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 46 | 0.21 | 0 | 0.81 | 0.05 | 75.38 | 0.87 | 0.56 |
| Hex | BF | F1 | 2E | 15 | 0 | 51 | 5 | 4B | 57 | 38 |
| Octal | 277 | 361 | 56 | 25 | 0 | 121 | 5 | 113 | 127 | 70 |
| Binary | 10111111 | 11110001 | 101110 | 10101 | 0 | 1010001 | 101 | 1001011 | 1010111 | 111000 |
Color Harmonies of #BFF12E
Complementary color
Monochromatic Colors of #BFF12E
Black with #BFF12E
Text Example
Text Example
White with #BFF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF12E; }
p { color: rgb(191,241,46); }
H1.HeaderClassName
{
color: #BFF12E;
}
.AnyTagClassName
{
color: #BFF12E;
}
</style>
background-color css
<style>
a { background-color: #BFF12E; }
a { background-color: rgb(191,241,46); }
div.DivClassName
{
background-color: #BFF12E;
}
.BgClassName
{
background-color: #BFF12E;
}
</style>
border-color css
<style>
span { border-color: #BFF12E; }
span { border-color: rgb(191,241,46); }
td.TdClassName
{
border-color: #BFF12E;
}
.TagClassName
{
border-color: #BFF12E;
}
</style>