Shades of Green Yellow #BFFF2C
Tints of Green Yellow #BFFF2C
RGB
CMYK
RGB Variations
Color information
#BFFF2C (or 0xBFFF2C) is known color: Green Yellow. HEX triplet: BF, FF and 2C. RGB value is (191,255,44). Sum of RGB (Red+Green+Blue) = 191+255+44=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF2C is #4000D3. Grayscale: #D4D4D4. Windows color (decimal): -4194516 or 2949055. OLE color: 2949055.
HSL color Cylindrical-coordinate representation of color #BFFF2C: hue angle of 78.2º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFFF2C is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 44 | - |
| CMYK | 0.25 | 0 | 0.83 | 0 |
| HSL | 78.2º | 1% | 0.59% | - |
| HSV(B) | 78.2º | 0.83% | 1% | - |
| XYZ | 57.7 | 82.78 | 15.32 | - |
| YUV | 211.81 | 33.3 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 44 | 0.25 | 0 | 0.83 | 0 | 78.2 | 1 | 0.59 |
| Hex | BF | FF | 2C | 19 | 0 | 53 | 0 | 4E | 64 | 3B |
| Octal | 277 | 377 | 54 | 31 | 0 | 123 | 0 | 116 | 144 | 73 |
| Binary | 10111111 | 11111111 | 101100 | 11001 | 0 | 1010011 | 0 | 1001110 | 1100100 | 111011 |
Color Harmonies of #BFFF2C
Complementary color
Monochromatic Colors of #BFFF2C
Black with #BFFF2C
Text Example
Text Example
White with #BFFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF2C; }
p { color: rgb(191,255,44); }
H1.HeaderClassName
{
color: #BFFF2C;
}
.AnyTagClassName
{
color: #BFFF2C;
}
</style>
background-color css
<style>
a { background-color: #BFFF2C; }
a { background-color: rgb(191,255,44); }
div.DivClassName
{
background-color: #BFFF2C;
}
.BgClassName
{
background-color: #BFFF2C;
}
</style>
border-color css
<style>
span { border-color: #BFFF2C; }
span { border-color: rgb(191,255,44); }
td.TdClassName
{
border-color: #BFFF2C;
}
.TagClassName
{
border-color: #BFFF2C;
}
</style>