Shades of Green Yellow #BFF32D
Tints of Green Yellow #BFF32D
RGB
CMYK
RGB Variations
Color information
#BFF32D (or 0xBFF32D) is known color: Green Yellow. HEX triplet: BF, F3 and 2D. RGB value is (191,243,45). Sum of RGB (Red+Green+Blue) = 191+243+45=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF32D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF32D is #400CD2. Grayscale: #CDCDCD. Windows color (decimal): -4197587 or 3011519. OLE color: 3011519.
HSL color Cylindrical-coordinate representation of color #BFF32D: hue angle of 75.76º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFF32D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 45 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.05 |
| HSL | 75.76º | 0.89% | 0.56% | - |
| HSV(B) | 75.76º | 0.81% | 0.95% | - |
| XYZ | 54.01 | 75.37 | 14.18 | - |
| YUV | 204.88 | 37.77 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 45 | 0.21 | 0 | 0.81 | 0.05 | 75.76 | 0.89 | 0.56 |
| Hex | BF | F3 | 2D | 15 | 0 | 51 | 5 | 4C | 59 | 38 |
| Octal | 277 | 363 | 55 | 25 | 0 | 121 | 5 | 114 | 131 | 70 |
| Binary | 10111111 | 11110011 | 101101 | 10101 | 0 | 1010001 | 101 | 1001100 | 1011001 | 111000 |
Color Harmonies of #BFF32D
Complementary color
Monochromatic Colors of #BFF32D
Black with #BFF32D
Text Example
Text Example
White with #BFF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF32D; }
p { color: rgb(191,243,45); }
H1.HeaderClassName
{
color: #BFF32D;
}
.AnyTagClassName
{
color: #BFF32D;
}
</style>
background-color css
<style>
a { background-color: #BFF32D; }
a { background-color: rgb(191,243,45); }
div.DivClassName
{
background-color: #BFF32D;
}
.BgClassName
{
background-color: #BFF32D;
}
</style>
border-color css
<style>
span { border-color: #BFF32D; }
span { border-color: rgb(191,243,45); }
td.TdClassName
{
border-color: #BFF32D;
}
.TagClassName
{
border-color: #BFF32D;
}
</style>