Shades of Green Yellow #BFF32A
Tints of Green Yellow #BFF32A
RGB
CMYK
RGB Variations
Color information
#BFF32A (or 0xBFF32A) is known color: Green Yellow. HEX triplet: BF, F3 and 2A. RGB value is (191,243,42). Sum of RGB (Red+Green+Blue) = 191+243+42=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF32A is #400CD5. Grayscale: #CDCDCD. Windows color (decimal): -4197590 or 2814911. OLE color: 2814911.
HSL color Cylindrical-coordinate representation of color #BFF32A: hue angle of 75.52º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFF32A is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 42 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.05 |
| HSL | 75.52º | 0.89% | 0.56% | - |
| HSV(B) | 75.52º | 0.83% | 0.95% | - |
| XYZ | 53.95 | 75.34 | 13.89 | - |
| YUV | 204.54 | 36.27 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 42 | 0.21 | 0 | 0.83 | 0.05 | 75.52 | 0.89 | 0.56 |
| Hex | BF | F3 | 2A | 15 | 0 | 53 | 5 | 4C | 59 | 38 |
| Octal | 277 | 363 | 52 | 25 | 0 | 123 | 5 | 114 | 131 | 70 |
| Binary | 10111111 | 11110011 | 101010 | 10101 | 0 | 1010011 | 101 | 1001100 | 1011001 | 111000 |
Color Harmonies of #BFF32A
Complementary color
Monochromatic Colors of #BFF32A
Black with #BFF32A
Text Example
Text Example
White with #BFF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF32A; }
p { color: rgb(191,243,42); }
H1.HeaderClassName
{
color: #BFF32A;
}
.AnyTagClassName
{
color: #BFF32A;
}
</style>
background-color css
<style>
a { background-color: #BFF32A; }
a { background-color: rgb(191,243,42); }
div.DivClassName
{
background-color: #BFF32A;
}
.BgClassName
{
background-color: #BFF32A;
}
</style>
border-color css
<style>
span { border-color: #BFF32A; }
span { border-color: rgb(191,243,42); }
td.TdClassName
{
border-color: #BFF32A;
}
.TagClassName
{
border-color: #BFF32A;
}
</style>