Shades of Green Yellow #BFF53A
Tints of Green Yellow #BFF53A
RGB
CMYK
RGB Variations
Color information
#BFF53A (or 0xBFF53A) is known color: Green Yellow. HEX triplet: BF, F5 and 3A. RGB value is (191,245,58). Sum of RGB (Red+Green+Blue) = 191+245+58=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF53A is #400AC5. Grayscale: #D0D0D0. Windows color (decimal): -4197062 or 3863999. OLE color: 3863999.
HSL color Cylindrical-coordinate representation of color #BFF53A: hue angle of 77.33º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFF53A is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 58 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.04 |
| HSL | 77.33º | 0.9% | 0.59% | - |
| HSV(B) | 77.33º | 0.76% | 0.96% | - |
| XYZ | 54.9 | 76.69 | 15.91 | - |
| YUV | 207.54 | 43.61 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 58 | 0.22 | 0 | 0.76 | 0.04 | 77.33 | 0.9 | 0.59 |
| Hex | BF | F5 | 3A | 16 | 0 | 4C | 4 | 4D | 5A | 3B |
| Octal | 277 | 365 | 72 | 26 | 0 | 114 | 4 | 115 | 132 | 73 |
| Binary | 10111111 | 11110101 | 111010 | 10110 | 0 | 1001100 | 100 | 1001101 | 1011010 | 111011 |
Color Harmonies of #BFF53A
Complementary color
Monochromatic Colors of #BFF53A
Black with #BFF53A
Text Example
Text Example
White with #BFF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF53A; }
p { color: rgb(191,245,58); }
H1.HeaderClassName
{
color: #BFF53A;
}
.AnyTagClassName
{
color: #BFF53A;
}
</style>
background-color css
<style>
a { background-color: #BFF53A; }
a { background-color: rgb(191,245,58); }
div.DivClassName
{
background-color: #BFF53A;
}
.BgClassName
{
background-color: #BFF53A;
}
</style>
border-color css
<style>
span { border-color: #BFF53A; }
span { border-color: rgb(191,245,58); }
td.TdClassName
{
border-color: #BFF53A;
}
.TagClassName
{
border-color: #BFF53A;
}
</style>