Shades of Green Yellow #BFFF1F
Tints of Green Yellow #BFFF1F
RGB
CMYK
RGB Variations
Color information
#BFFF1F (or 0xBFFF1F) is known color: Green Yellow. HEX triplet: BF, FF and 1F. RGB value is (191,255,31). Sum of RGB (Red+Green+Blue) = 191+255+31=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF1F is #4000E0. Grayscale: #D3D3D3. Windows color (decimal): -4194529 or 2097087. OLE color: 2097087.
HSL color Cylindrical-coordinate representation of color #BFFF1F: hue angle of 77.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFFF1F is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 31 | - |
| CMYK | 0.25 | 0 | 0.88 | 0 |
| HSL | 77.14º | 1% | 0.56% | - |
| HSV(B) | 77.14º | 0.88% | 1% | - |
| XYZ | 57.49 | 82.7 | 14.23 | - |
| YUV | 210.33 | 26.8 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 31 | 0.25 | 0 | 0.88 | 0 | 77.14 | 1 | 0.56 |
| Hex | BF | FF | 1F | 19 | 0 | 58 | 0 | 4D | 64 | 38 |
| Octal | 277 | 377 | 37 | 31 | 0 | 130 | 0 | 115 | 144 | 70 |
| Binary | 10111111 | 11111111 | 11111 | 11001 | 0 | 1011000 | 0 | 1001101 | 1100100 | 111000 |
Color Harmonies of #BFFF1F
Complementary color
Monochromatic Colors of #BFFF1F
Black with #BFFF1F
Text Example
Text Example
White with #BFFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF1F; }
p { color: rgb(191,255,31); }
H1.HeaderClassName
{
color: #BFFF1F;
}
.AnyTagClassName
{
color: #BFFF1F;
}
</style>
background-color css
<style>
a { background-color: #BFFF1F; }
a { background-color: rgb(191,255,31); }
div.DivClassName
{
background-color: #BFFF1F;
}
.BgClassName
{
background-color: #BFFF1F;
}
</style>
border-color css
<style>
span { border-color: #BFFF1F; }
span { border-color: rgb(191,255,31); }
td.TdClassName
{
border-color: #BFFF1F;
}
.TagClassName
{
border-color: #BFFF1F;
}
</style>