Shades of Green Yellow #BFF529
Tints of Green Yellow #BFF529
RGB
CMYK
RGB Variations
Color information
#BFF529 (or 0xBFF529) is known color: Green Yellow. HEX triplet: BF, F5 and 29. RGB value is (191,245,41). Sum of RGB (Red+Green+Blue) = 191+245+41=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF529 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF529 is #400AD6. Grayscale: #CECECE. Windows color (decimal): -4197079 or 2749887. OLE color: 2749887.
HSL color Cylindrical-coordinate representation of color #BFF529: hue angle of 75.88º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFF529 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 41 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.04 |
| HSL | 75.88º | 0.91% | 0.56% | - |
| HSV(B) | 75.88º | 0.83% | 0.96% | - |
| XYZ | 54.54 | 76.54 | 14 | - |
| YUV | 205.6 | 35.11 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 41 | 0.22 | 0 | 0.83 | 0.04 | 75.88 | 0.91 | 0.56 |
| Hex | BF | F5 | 29 | 16 | 0 | 53 | 4 | 4C | 5B | 38 |
| Octal | 277 | 365 | 51 | 26 | 0 | 123 | 4 | 114 | 133 | 70 |
| Binary | 10111111 | 11110101 | 101001 | 10110 | 0 | 1010011 | 100 | 1001100 | 1011011 | 111000 |
Color Harmonies of #BFF529
Complementary color
Monochromatic Colors of #BFF529
Black with #BFF529
Text Example
Text Example
White with #BFF529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF529; }
p { color: rgb(191,245,41); }
H1.HeaderClassName
{
color: #BFF529;
}
.AnyTagClassName
{
color: #BFF529;
}
</style>
background-color css
<style>
a { background-color: #BFF529; }
a { background-color: rgb(191,245,41); }
div.DivClassName
{
background-color: #BFF529;
}
.BgClassName
{
background-color: #BFF529;
}
</style>
border-color css
<style>
span { border-color: #BFF529; }
span { border-color: rgb(191,245,41); }
td.TdClassName
{
border-color: #BFF529;
}
.TagClassName
{
border-color: #BFF529;
}
</style>