Shades of Green Yellow #BFF42A
Tints of Green Yellow #BFF42A
RGB
CMYK
RGB Variations
Color information
#BFF42A (or 0xBFF42A) is known color: Green Yellow. HEX triplet: BF, F4 and 2A. RGB value is (191,244,42). Sum of RGB (Red+Green+Blue) = 191+244+42=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF42A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF42A is #400BD5. Grayscale: #CDCDCD. Windows color (decimal): -4197334 or 2815167. OLE color: 2815167.
HSL color Cylindrical-coordinate representation of color #BFF42A: hue angle of 75.74º degrees, saturation: 0.9, 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 #BFF42A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.04 |
| HSL | 75.74º | 0.9% | 0.56% | - |
| HSV(B) | 75.74º | 0.83% | 0.96% | - |
| XYZ | 54.25 | 75.94 | 13.99 | - |
| YUV | 205.13 | 35.94 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 42 | 0.22 | 0 | 0.83 | 0.04 | 75.74 | 0.9 | 0.56 |
| Hex | BF | F4 | 2A | 16 | 0 | 53 | 4 | 4C | 5A | 38 |
| Octal | 277 | 364 | 52 | 26 | 0 | 123 | 4 | 114 | 132 | 70 |
| Binary | 10111111 | 11110100 | 101010 | 10110 | 0 | 1010011 | 100 | 1001100 | 1011010 | 111000 |
Color Harmonies of #BFF42A
Complementary color
Monochromatic Colors of #BFF42A
Black with #BFF42A
Text Example
Text Example
White with #BFF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF42A; }
p { color: rgb(191,244,42); }
H1.HeaderClassName
{
color: #BFF42A;
}
.AnyTagClassName
{
color: #BFF42A;
}
</style>
background-color css
<style>
a { background-color: #BFF42A; }
a { background-color: rgb(191,244,42); }
div.DivClassName
{
background-color: #BFF42A;
}
.BgClassName
{
background-color: #BFF42A;
}
</style>
border-color css
<style>
span { border-color: #BFF42A; }
span { border-color: rgb(191,244,42); }
td.TdClassName
{
border-color: #BFF42A;
}
.TagClassName
{
border-color: #BFF42A;
}
</style>