Shades of Green Yellow #BFFD2A
Tints of Green Yellow #BFFD2A
RGB
CMYK
RGB Variations
Color information
#BFFD2A (or 0xBFFD2A) is known color: Green Yellow. HEX triplet: BF, FD and 2A. RGB value is (191,253,42). Sum of RGB (Red+Green+Blue) = 191+253+42=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFD2A is #4002D5. Grayscale: #D3D3D3. Windows color (decimal): -4195030 or 2817471. OLE color: 2817471.
HSL color Cylindrical-coordinate representation of color #BFFD2A: hue angle of 77.63º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFFD2A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 42 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.01 |
| HSL | 77.63º | 0.98% | 0.58% | - |
| HSV(B) | 77.63º | 0.83% | 0.99% | - |
| XYZ | 57.03 | 81.49 | 14.91 | - |
| YUV | 210.41 | 32.96 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 42 | 0.25 | 0 | 0.83 | 0.01 | 77.63 | 0.98 | 0.58 |
| Hex | BF | FD | 2A | 19 | 0 | 53 | 1 | 4E | 62 | 3A |
| Octal | 277 | 375 | 52 | 31 | 0 | 123 | 1 | 116 | 142 | 72 |
| Binary | 10111111 | 11111101 | 101010 | 11001 | 0 | 1010011 | 1 | 1001110 | 1100010 | 111010 |
Color Harmonies of #BFFD2A
Complementary color
Monochromatic Colors of #BFFD2A
Black with #BFFD2A
Text Example
Text Example
White with #BFFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD2A; }
p { color: rgb(191,253,42); }
H1.HeaderClassName
{
color: #BFFD2A;
}
.AnyTagClassName
{
color: #BFFD2A;
}
</style>
background-color css
<style>
a { background-color: #BFFD2A; }
a { background-color: rgb(191,253,42); }
div.DivClassName
{
background-color: #BFFD2A;
}
.BgClassName
{
background-color: #BFFD2A;
}
</style>
border-color css
<style>
span { border-color: #BFFD2A; }
span { border-color: rgb(191,253,42); }
td.TdClassName
{
border-color: #BFFD2A;
}
.TagClassName
{
border-color: #BFFD2A;
}
</style>