Shades of Green Yellow #BFF82A
Tints of Green Yellow #BFF82A
RGB
CMYK
RGB Variations
Color information
#BFF82A (or 0xBFF82A) is known color: Green Yellow. HEX triplet: BF, F8 and 2A. RGB value is (191,248,42). Sum of RGB (Red+Green+Blue) = 191+248+42=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF82A is #4007D5. Grayscale: #D0D0D0. Windows color (decimal): -4196310 or 2816191. OLE color: 2816191.
HSL color Cylindrical-coordinate representation of color #BFF82A: hue angle of 76.6º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFF82A is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 42 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.03 |
| HSL | 76.6º | 0.94% | 0.57% | - |
| HSV(B) | 76.6º | 0.83% | 0.97% | - |
| XYZ | 55.47 | 78.38 | 14.4 | - |
| YUV | 207.47 | 34.62 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 42 | 0.23 | 0 | 0.83 | 0.03 | 76.6 | 0.94 | 0.57 |
| Hex | BF | F8 | 2A | 17 | 0 | 53 | 3 | 4D | 5E | 39 |
| Octal | 277 | 370 | 52 | 27 | 0 | 123 | 3 | 115 | 136 | 71 |
| Binary | 10111111 | 11111000 | 101010 | 10111 | 0 | 1010011 | 11 | 1001101 | 1011110 | 111001 |
Color Harmonies of #BFF82A
Complementary color
Monochromatic Colors of #BFF82A
Black with #BFF82A
Text Example
Text Example
White with #BFF82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF82A; }
p { color: rgb(191,248,42); }
H1.HeaderClassName
{
color: #BFF82A;
}
.AnyTagClassName
{
color: #BFF82A;
}
</style>
background-color css
<style>
a { background-color: #BFF82A; }
a { background-color: rgb(191,248,42); }
div.DivClassName
{
background-color: #BFF82A;
}
.BgClassName
{
background-color: #BFF82A;
}
</style>
border-color css
<style>
span { border-color: #BFF82A; }
span { border-color: rgb(191,248,42); }
td.TdClassName
{
border-color: #BFF82A;
}
.TagClassName
{
border-color: #BFF82A;
}
</style>