Shades of Green Yellow #BFF732
Tints of Green Yellow #BFF732
RGB
CMYK
RGB Variations
Color information
#BFF732 (or 0xBFF732) is known color: Green Yellow. HEX triplet: BF, F7 and 32. RGB value is (191,247,50). Sum of RGB (Red+Green+Blue) = 191+247+50=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF732 is #4008CD. Grayscale: #D0D0D0. Windows color (decimal): -4196558 or 3340223. OLE color: 3340223.
HSL color Cylindrical-coordinate representation of color #BFF732: hue angle of 77.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFF732 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 50 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.03 |
| HSL | 77.06º | 0.92% | 0.58% | - |
| HSV(B) | 77.06º | 0.8% | 0.97% | - |
| XYZ | 55.32 | 77.83 | 15.12 | - |
| YUV | 207.8 | 38.95 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 50 | 0.23 | 0 | 0.80 | 0.03 | 77.06 | 0.92 | 0.58 |
| Hex | BF | F7 | 32 | 17 | 0 | 50 | 3 | 4D | 5C | 3A |
| Octal | 277 | 367 | 62 | 27 | 0 | 120 | 3 | 115 | 134 | 72 |
| Binary | 10111111 | 11110111 | 110010 | 10111 | 0 | 1010000 | 11 | 1001101 | 1011100 | 111010 |
Color Harmonies of #BFF732
Complementary color
Monochromatic Colors of #BFF732
Black with #BFF732
Text Example
Text Example
White with #BFF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF732; }
p { color: rgb(191,247,50); }
H1.HeaderClassName
{
color: #BFF732;
}
.AnyTagClassName
{
color: #BFF732;
}
</style>
background-color css
<style>
a { background-color: #BFF732; }
a { background-color: rgb(191,247,50); }
div.DivClassName
{
background-color: #BFF732;
}
.BgClassName
{
background-color: #BFF732;
}
</style>
border-color css
<style>
span { border-color: #BFF732; }
span { border-color: rgb(191,247,50); }
td.TdClassName
{
border-color: #BFF732;
}
.TagClassName
{
border-color: #BFF732;
}
</style>