Shades of Green Yellow #BFF82C
Tints of Green Yellow #BFF82C
RGB
CMYK
RGB Variations
Color information
#BFF82C (or 0xBFF82C) is known color: Green Yellow. HEX triplet: BF, F8 and 2C. RGB value is (191,248,44). Sum of RGB (Red+Green+Blue) = 191+248+44=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF82C is #4007D3. Grayscale: #D0D0D0. Windows color (decimal): -4196308 or 2947263. OLE color: 2947263.
HSL color Cylindrical-coordinate representation of color #BFF82C: hue angle of 76.76º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFF82C is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 44 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.03 |
| HSL | 76.76º | 0.94% | 0.57% | - |
| HSV(B) | 76.76º | 0.82% | 0.97% | - |
| XYZ | 55.51 | 78.39 | 14.59 | - |
| YUV | 207.7 | 35.62 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 44 | 0.23 | 0 | 0.82 | 0.03 | 76.76 | 0.94 | 0.57 |
| Hex | BF | F8 | 2C | 17 | 0 | 52 | 3 | 4D | 5E | 39 |
| Octal | 277 | 370 | 54 | 27 | 0 | 122 | 3 | 115 | 136 | 71 |
| Binary | 10111111 | 11111000 | 101100 | 10111 | 0 | 1010010 | 11 | 1001101 | 1011110 | 111001 |
Color Harmonies of #BFF82C
Complementary color
Monochromatic Colors of #BFF82C
Black with #BFF82C
Text Example
Text Example
White with #BFF82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF82C; }
p { color: rgb(191,248,44); }
H1.HeaderClassName
{
color: #BFF82C;
}
.AnyTagClassName
{
color: #BFF82C;
}
</style>
background-color css
<style>
a { background-color: #BFF82C; }
a { background-color: rgb(191,248,44); }
div.DivClassName
{
background-color: #BFF82C;
}
.BgClassName
{
background-color: #BFF82C;
}
</style>
border-color css
<style>
span { border-color: #BFF82C; }
span { border-color: rgb(191,248,44); }
td.TdClassName
{
border-color: #BFF82C;
}
.TagClassName
{
border-color: #BFF82C;
}
</style>