Shades of Green Yellow #BFF32E
Tints of Green Yellow #BFF32E
RGB
CMYK
RGB Variations
Color information
#BFF32E (or 0xBFF32E) is known color: Green Yellow. HEX triplet: BF, F3 and 2E. RGB value is (191,243,46). Sum of RGB (Red+Green+Blue) = 191+243+46=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF32E is #400CD1. Grayscale: #CDCDCD. Windows color (decimal): -4197586 or 3077055. OLE color: 3077055.
HSL color Cylindrical-coordinate representation of color #BFF32E: hue angle of 75.84º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFF32E is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 46 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.05 |
| HSL | 75.84º | 0.89% | 0.57% | - |
| HSV(B) | 75.84º | 0.81% | 0.95% | - |
| XYZ | 54.03 | 75.37 | 14.29 | - |
| YUV | 204.99 | 38.27 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 46 | 0.21 | 0 | 0.81 | 0.05 | 75.84 | 0.89 | 0.57 |
| Hex | BF | F3 | 2E | 15 | 0 | 51 | 5 | 4C | 59 | 39 |
| Octal | 277 | 363 | 56 | 25 | 0 | 121 | 5 | 114 | 131 | 71 |
| Binary | 10111111 | 11110011 | 101110 | 10101 | 0 | 1010001 | 101 | 1001100 | 1011001 | 111001 |
Color Harmonies of #BFF32E
Complementary color
Monochromatic Colors of #BFF32E
Black with #BFF32E
Text Example
Text Example
White with #BFF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF32E; }
p { color: rgb(191,243,46); }
H1.HeaderClassName
{
color: #BFF32E;
}
.AnyTagClassName
{
color: #BFF32E;
}
</style>
background-color css
<style>
a { background-color: #BFF32E; }
a { background-color: rgb(191,243,46); }
div.DivClassName
{
background-color: #BFF32E;
}
.BgClassName
{
background-color: #BFF32E;
}
</style>
border-color css
<style>
span { border-color: #BFF32E; }
span { border-color: rgb(191,243,46); }
td.TdClassName
{
border-color: #BFF32E;
}
.TagClassName
{
border-color: #BFF32E;
}
</style>