Shades of Green Yellow #BFF52A
Tints of Green Yellow #BFF52A
RGB
CMYK
RGB Variations
Color information
#BFF52A (or 0xBFF52A) is known color: Green Yellow. HEX triplet: BF, F5 and 2A. RGB value is (191,245,42). Sum of RGB (Red+Green+Blue) = 191+245+42=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF52A is #400AD5. Grayscale: #CECECE. Windows color (decimal): -4197078 or 2815423. OLE color: 2815423.
HSL color Cylindrical-coordinate representation of color #BFF52A: hue angle of 75.96º degrees, saturation: 0.91, 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 #BFF52A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.04 |
| HSL | 75.96º | 0.91% | 0.56% | - |
| HSV(B) | 75.96º | 0.83% | 0.96% | - |
| XYZ | 54.56 | 76.55 | 14.09 | - |
| YUV | 205.71 | 35.61 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 42 | 0.22 | 0 | 0.83 | 0.04 | 75.96 | 0.91 | 0.56 |
| Hex | BF | F5 | 2A | 16 | 0 | 53 | 4 | 4C | 5B | 38 |
| Octal | 277 | 365 | 52 | 26 | 0 | 123 | 4 | 114 | 133 | 70 |
| Binary | 10111111 | 11110101 | 101010 | 10110 | 0 | 1010011 | 100 | 1001100 | 1011011 | 111000 |
Color Harmonies of #BFF52A
Complementary color
Monochromatic Colors of #BFF52A
Black with #BFF52A
Text Example
Text Example
White with #BFF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF52A; }
p { color: rgb(191,245,42); }
H1.HeaderClassName
{
color: #BFF52A;
}
.AnyTagClassName
{
color: #BFF52A;
}
</style>
background-color css
<style>
a { background-color: #BFF52A; }
a { background-color: rgb(191,245,42); }
div.DivClassName
{
background-color: #BFF52A;
}
.BgClassName
{
background-color: #BFF52A;
}
</style>
border-color css
<style>
span { border-color: #BFF52A; }
span { border-color: rgb(191,245,42); }
td.TdClassName
{
border-color: #BFF52A;
}
.TagClassName
{
border-color: #BFF52A;
}
</style>