Shades of Green Yellow #BFF32B
Tints of Green Yellow #BFF32B
RGB
CMYK
RGB Variations
Color information
#BFF32B (or 0xBFF32B) is known color: Green Yellow. HEX triplet: BF, F3 and 2B. RGB value is (191,243,43). Sum of RGB (Red+Green+Blue) = 191+243+43=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF32B is #400CD4. Grayscale: #CDCDCD. Windows color (decimal): -4197589 or 2880447. OLE color: 2880447.
HSL color Cylindrical-coordinate representation of color #BFF32B: hue angle of 75.6º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFF32B is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 43 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.05 |
| HSL | 75.6º | 0.89% | 0.56% | - |
| HSV(B) | 75.6º | 0.82% | 0.95% | - |
| XYZ | 53.97 | 75.35 | 13.99 | - |
| YUV | 204.65 | 36.77 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 43 | 0.21 | 0 | 0.82 | 0.05 | 75.6 | 0.89 | 0.56 |
| Hex | BF | F3 | 2B | 15 | 0 | 52 | 5 | 4C | 59 | 38 |
| Octal | 277 | 363 | 53 | 25 | 0 | 122 | 5 | 114 | 131 | 70 |
| Binary | 10111111 | 11110011 | 101011 | 10101 | 0 | 1010010 | 101 | 1001100 | 1011001 | 111000 |
Color Harmonies of #BFF32B
Complementary color
Monochromatic Colors of #BFF32B
Black with #BFF32B
Text Example
Text Example
White with #BFF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF32B; }
p { color: rgb(191,243,43); }
H1.HeaderClassName
{
color: #BFF32B;
}
.AnyTagClassName
{
color: #BFF32B;
}
</style>
background-color css
<style>
a { background-color: #BFF32B; }
a { background-color: rgb(191,243,43); }
div.DivClassName
{
background-color: #BFF32B;
}
.BgClassName
{
background-color: #BFF32B;
}
</style>
border-color css
<style>
span { border-color: #BFF32B; }
span { border-color: rgb(191,243,43); }
td.TdClassName
{
border-color: #BFF32B;
}
.TagClassName
{
border-color: #BFF32B;
}
</style>