Shades of Green Yellow #BFFD4A
Tints of Green Yellow #BFFD4A
RGB
CMYK
RGB Variations
Color information
#BFFD4A (or 0xBFFD4A) is known color: Green Yellow. HEX triplet: BF, FD and 4A. RGB value is (191,253,74). Sum of RGB (Red+Green+Blue) = 191+253+74=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFD4A is #4002B5. Grayscale: #D6D6D6. Windows color (decimal): -4194998 or 4914623. OLE color: 4914623.
HSL color Cylindrical-coordinate representation of color #BFFD4A: hue angle of 80.78º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFFD4A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 74 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.01 |
| HSL | 80.78º | 0.98% | 0.64% | - |
| HSV(B) | 80.78º | 0.71% | 0.99% | - |
| XYZ | 57.85 | 81.82 | 19.22 | - |
| YUV | 214.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 74 | 0.25 | 0 | 0.71 | 0.01 | 80.78 | 0.98 | 0.64 |
| Hex | BF | FD | 4A | 19 | 0 | 47 | 1 | 51 | 62 | 40 |
| Octal | 277 | 375 | 112 | 31 | 0 | 107 | 1 | 121 | 142 | 100 |
| Binary | 10111111 | 11111101 | 1001010 | 11001 | 0 | 1000111 | 1 | 1010001 | 1100010 | 1000000 |
Color Harmonies of #BFFD4A
Complementary color
Monochromatic Colors of #BFFD4A
Black with #BFFD4A
Text Example
Text Example
White with #BFFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD4A; }
p { color: rgb(191,253,74); }
H1.HeaderClassName
{
color: #BFFD4A;
}
.AnyTagClassName
{
color: #BFFD4A;
}
</style>
background-color css
<style>
a { background-color: #BFFD4A; }
a { background-color: rgb(191,253,74); }
div.DivClassName
{
background-color: #BFFD4A;
}
.BgClassName
{
background-color: #BFFD4A;
}
</style>
border-color css
<style>
span { border-color: #BFFD4A; }
span { border-color: rgb(191,253,74); }
td.TdClassName
{
border-color: #BFFD4A;
}
.TagClassName
{
border-color: #BFFD4A;
}
</style>